diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-01-01 20:06:34 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-01-01 20:06:34 +0000 |
| commit | 441cbbb2e0c6feb0e76b6422f8e01b0dd0ac65f4 (patch) | |
| tree | f59158b5956990ac2daafb09137116450fb58fc3 /mkfiles.pl | |
| parent | 79bb9c00b306905c01e43f45d8bf76b5373ede30 (diff) | |
| download | puzzles-441cbbb2e0c6feb0e76b6422f8e01b0dd0ac65f4.zip puzzles-441cbbb2e0c6feb0e76b6422f8e01b0dd0ac65f4.tar.gz puzzles-441cbbb2e0c6feb0e76b6422f8e01b0dd0ac65f4.tar.bz2 puzzles-441cbbb2e0c6feb0e76b6422f8e01b0dd0ac65f4.tar.xz | |
For my own use in local Windows builds of the 'unfinished' puzzles,
add an include directory to the Windows makefile so that source
files in subdirectories can find the main headers.
[originally from svn r8802]
Diffstat (limited to 'mkfiles.pl')
| -rwxr-xr-x | mkfiles.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -654,7 +654,7 @@ if (defined $makefiles{'vc'}) { "MAKEFILE = Makefile.vc\n". "\n". "# C compilation flags\n". - "CFLAGS = /nologo /W3 /O1 /D_WINDOWS /D_WIN32_WINDOWS=0x401 /DWINVER=0x401\n". + "CFLAGS = /nologo /W3 /O1 /D_WINDOWS /D_WIN32_WINDOWS=0x401 /DWINVER=0x401 /I.\n". "LFLAGS = /incremental:no /fixed\n". "\n"; print &splitline("all:" . join "", map { " $_.exe" } &progrealnames("G:C")); |