0ldsk00l / nestopia

Cross-platform Nestopia emulator core with a GUI
http://0ldsk00l.ca/nestopia
GNU General Public License v2.0
690 stars 167 forks source link

[nestopia-historical] add empty folders to avoid linking error, add binaries and lng's #239

Open eugene-s-nesdev opened 7 years ago

eugene-s-nesdev commented 7 years ago

Hi Rdanbrook. As you can see, original Nestopia source codes have

projects\debug
projects\debugout
projects\release
projects\releaseout
with subfolders for core, win32, language and temporary asm-files

This empty folders may have different names from version to version, but it needed to avoid linking errors in original MSVS 2003 and 2005.

You still can download archive here: https://github.com/rdanbrook/nestopia/issues/54

When you're imported original nestopia sources to github, these empty folders was deleted automatically, so you'll give compiler error.

You can do something like this: https://github.com/eugene-s-nesdev/Nestopia140/commit/a34e7b9267e3a5ecccdf987f84563d794721c75c

Also, your historical repository missing original binary archives and language files, will be nice to add it, i guess it really need for preservation (you cannot find old sources/bins/lngs from 1.00 to 1.30 in public anymore, https://sourceforge.net/projects/nestopia/files/Nestopia/) Only that google grive archive contains it

Thank you.

rdanbrook commented 7 years ago

I will redo the entire repo at some point. There are other mistakes you did not mention that should also be fixed ;).