diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-11-26 20:12:15 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-11-26 21:11:35 +0000 |
| commit | 3cf09c261591b939df53c5357ab471c5b3076d22 (patch) | |
| tree | 8fa78fec6ef452ecaa3649ca0bc8b25f12036a52 /mkfiles.pl | |
| parent | ee8ea9b9785964694cb2b3ad77c3fb2460f49510 (diff) | |
| download | puzzles-3cf09c261591b939df53c5357ab471c5b3076d22.zip puzzles-3cf09c261591b939df53c5357ab471c5b3076d22.tar.gz puzzles-3cf09c261591b939df53c5357ab471c5b3076d22.tar.bz2 puzzles-3cf09c261591b939df53c5357ab471c5b3076d22.tar.xz | |
Reinstate 32-bit Windows builds of Puzzles.
I've built a set of 32-bit binaries, a 32-bit zip file and a 32-bit
MSI, all delivered into a 'w32' output directory.
Diffstat (limited to 'mkfiles.pl')
| -rwxr-xr-x | mkfiles.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -638,7 +638,7 @@ if (defined $makefiles{'clangcl'}) { print "\t\$(RC) \$(RCFLAGS) ".$d->{deps}->[0]." -o ".$d->{obj}."\n\n"; } else { $deflist = join "", map { " /D$_" } @{$d->{defs}}; - print "\t\$(CC) /Fo\$(BUILDDIR)".$d->{obj}." \$(COMPAT) \$(CFLAGS) \$(XFLAGS)$deflist /c \$<\n\n"; + print "\t\$(CC) /Fo".$d->{obj}." \$(COMPAT) \$(CFLAGS) \$(XFLAGS)$deflist /c \$<\n\n"; } } print "\nclean:\n". |