Commit Graph

13 Commits

Author SHA1 Message Date
43e057949d scons: Generate Windows installer
Also:
- scons: Fix copying wrong scenario graphics on Windows
- MSVC: Fix output filenames for release builds
2015-09-14 02:15:40 -04:00
09b117776a Move Windows resource scripts to rsrc/ directory 2015-09-12 17:28:07 -04:00
b63e0a24f4 Add Boost libs (thread, [file]system) to Additional Dependencies in Visual Studio 2015-08-19 13:41:04 -04:00
b22f2e2e47 Rename the Windows resource header files 2015-06-09 09:04:08 -04:00
01d317b007 .h -> .hpp 2015-06-08 22:14:43 -04:00
2b8374269a Make Windows build use the new app icons 2015-02-21 21:28:21 -05:00
d45ba59cce Fix Windows build
This commit also disables warnings for comparison of differently signed integers
2015-02-12 18:21:58 -05:00
bd531f9ac4 Nuke a lot of MSVC compiler warnings 2015-01-10 21:30:16 -05:00
49e508042c Update VS copy files stage to include DLLs 2015-01-09 13:45:40 -05:00
c5da4a6e05 Fix the Windows Release build 2015-01-05 00:49:35 -05:00
39ed049faa Get the scenario and PC editors to build 2014-12-30 23:16:49 -05:00
0b330432b4 Get the game to compile, at least
- Scenario and PC editors still don't link
- Copy files stage set up in the Common project
- Scenario and PC editors now placed in Scenario Editor subfolder in the output directory
- Disabled some totally useless warnings
- "About" menuitem now considered to belong to "Help" menu (even on Mac code) as far as the handlers are concerned
- Dialog string filter is now a function instead of a custom iterator
- Modal session now requires parent window as additional parameter
- Preferences and menus work! Cursors still need some work.
- Since Visual Studio has no way of showing program output that I can find, stdout and stderr are now redirected to a file.
2014-12-30 17:20:22 -05:00
b11199d7d9 Set up a Visual Studio project and tweak things until it compiles
- It doesn't link yet, but that was expected
- Fixed some issues with global variables having different types in different files.
2014-12-29 14:52:54 -05:00