summaryrefslogtreecommitdiff
path: root/projects/generate.vbs
AgeCommit message (Collapse)Author
2020-06-05Remove: all existing project filesPatric Stout
This prepares for the switch to CMake, which takes over all current exisiting forms of project files.
2020-05-26Fix: Inconsistency in handling of SDL2 in source.listglx
2020-05-26Fix: VS 2019 16.6 doesn't like newlines in <SettingsCommandLine>glx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-03-11Fix: don't include xaudio2 if you are not going to compile itPatric Stout
This is more in trend with other files, where if the driver is not selected, we don't even attempt to compile it.
2019-03-11Codechange: make clear that SSE is a flag you can switchPatric Stout
2019-03-11Codechange: the flag is not if you have threads, but if you want to use themPatric Stout
2019-02-10Fix: generate.vbs used wrong data for basesets_vs142glx
2019-01-26Add: Visual Studio 2019 project filesNiels Martin Hansen
2019-01-25Change: Always build baseset metadata, instead of including it in the repo.Peter Nelson
This adds a script and project files to generate these files within MSVC.
2019-01-21Cleanup #6960: Remove parts of generate used only for MSVC pre-2015.Peter Nelson
2018-11-18Remove: Visual Studio project files for earlier than 2015Niels Martin Hansen
2017-09-24(svn r27918) -Fix (r27917): Next attempt for MSVC 2017frosch
2017-09-24(svn r27917) -Add: MSVC 2017 project file generator. Most noticeable, ↵frosch
std:c++latest is enabled.
2015-08-10(svn r27382) -Add: [Win32] Project files for Visual Studio 2015.michi_cc
2014-01-05(svn r26227) -Fix: [Windows] generate.vbs didn't include SSE source fileszuu
2011-12-03(svn r23409) -Change: reorder files in langs projectglx
2011-03-04(svn r22190) -Fix (r22188): minor changes in project filesglx
2011-03-04(svn r22188) -Add: Generate the settings as part of the MSVC build process, ↵glx
and enable it in Makefile too
2010-06-28(svn r20032) -Add: MSVC 2010 project filesglx
2010-02-20(svn r19178) -Fix: [MSVC] regenerate lang files on strgen changeglx
2010-02-12(svn r19100) -Fix: [MSVC] don't stop building language files if building one ↵yexo
language file fails
2010-02-10(svn r19092) -Fix (r19081): MSVC couldn't quite compile OpenTTDrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-28(svn r16975) -Change [MSVC]: Make all language files depend on english.txtyexo
2008-04-24(svn r12881) -Fix (r12770): the check for missing header files could find ↵glx
more files than needed
2008-04-18(svn r12770) -Add: check for missing (forgotten) header files in the ↵glx
generate.vbs script.
2008-04-14(svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the ↵rubidium
threading we have better extendable.
2008-02-26(svn r12282) -Fix (r12123): generate.vbs should not skip files in NO_THREADS ↵glx
section of source.list
2008-02-24(svn r12238) -Change [FS#1800]: set svn:executable property for *.vbs (michi_cc)glx
2008-02-12(svn r12123) -Add: generate.vbs script to allow project files generation for ↵glx
users unable to run generate bash script