Instructions vary by development environment.
zenilib/clean/zenilib_clean.bat deletes object files and other "junk" files related to Visual Studio. This is the safest choice, and I recommend running this whenever you're archiving a project anyway.zenilib/clean/zenilib_clean_extra.bat additionally deletes per-user Visual Studio settings and Debug builds.zenilib/clean/zenilib_clean_extra_x86.bat additionally strips out support for x64 builds and deletes MacOS X Frameworks if they are present. This is probably the one you want.zenilib/clean/zenilib_strip_x64.bat will just strip out support for x64 builds.export to avoid distributing .svn/ (or equivalent) directories.zenilib/clean/zenilib_clean.py deletes object files and other "junk" files related to Visual Studio. This is the safest choice, and I recommend running this whenever you're archiving a project anyway.zenilib/clean/zenilib_clean_extra.py additionally deletes per-user Visual Studio settings and Debug builds.zenilib/clean/zenilib_clean_extra_x86.py additionally strips out support for x64 builds and deletes MacOS X Frameworks if they are present. This is probably the one you want.zenilib/clean/zenilib_strip_x64.py will just strip out support for x64 builds.export to avoid distributing .svn/ (or equivalent) directories.Instructions vary by development environment.
zenilib/clean/zenilib_strip_sources.bat will delete your source code, should you wish not to distribute it. Beware, it is non-recoverable. Make sure you're working on a copy of your project, and run this script at your own risk.zenilib/ directory. You may need to merge the directories manually if you have changed your zenilib/ directory's name.zenilib/redist/ before they can run your application.Application.app.This is unsupported.
Instructions vary by development environment.
zenilib/clean/zenilib_strip_sources.bat will delete your source code, should you wish not to distribute it. Beware, it is non-recoverable. Make sure you're working on a copy of your project, and run this script at your own risk.zenilib/.zenilib/ directory. You may need to merge the zenilib/ directories manually if you have changed your zenilib/ directory's name.Zeni NSIS Settings.txtEXECUTABLE_FILE_X86 matches the x86 .exe launcher name in zenilib/. Similarly, ensure that EXECUTABLE_FILE_X64 matches the x64 .exe launcher name in zenilib/.PRODUCT_NAME should be changed to match the name of your game.PRODUCT_VERSION should be changed to match the version number of your game (e.g. '1.0').PRODUCT_PUBLISHER should be changed if you are not affiliated with Wolverine Soft.PRODUCT_WEB_SITE should be changed if you have a website for your game.PUBLISHER_WEB_SITE should be changed to your website, or to your organization's website.Zeni NSIgen.exe to generate Zenilib.nsi.zenilib/redist/visualc/vcredist_x86_9.0.30729.17.exeZeni NSIgen.exe from the included source.Zenilib.nsi into an installer.This is unsupported and unidiomatic for MacOS X.
This is unsupported.
Next Step: Read (some) documentation and have fun!