]> granicus.if.org Git - nethack/commitdiff
undo unintended default build architecture change
authornhmall <mjnh@persona.ca>
Thu, 19 Nov 2015 04:12:39 +0000 (23:12 -0500)
committernhmall <mjnh@persona.ca>
Thu, 19 Nov 2015 04:12:39 +0000 (23:12 -0500)
 Changes to be committed:
modified:   sys/winnt/Makefile.msc

Previous patch altered more than intended.

sys/winnt/Makefile.msc

index 5351af99cca50e463db5d7089e85e84289929059..be8177bbb67d4ad837291894d78fb7f993840aab 100644 (file)
@@ -1,4 +1,4 @@
-# NetHack 3.6  Makefile.msc    $NHDT-Date: 1447904466 2015/11/19 03:41:06 $  $NHDT-Branch: master $:$NHDT-Revision: 1.96 $ */
+# NetHack 3.6  Makefile.msc    $NHDT-Date: 1447906352 2015/11/19 04:12:32 $  $NHDT-Branch: master $:$NHDT-Revision: 1.97 $ */
 #       Copyright (c) NetHack PC Development Team 1993-2015
 #
 #==============================================================================
@@ -61,10 +61,10 @@ VSVER=0000          #untested version
 !IF ($(VSVER) >= 2013)
 #
 # 64 bit
-TARGET_CPU=x64
+#TARGET_CPU=x64
 #
 # 32 bit
-#TARGET_CPU=x86
+TARGET_CPU=x86
 
 !ELSE
 # For VS2010 use "setenv /x86" or "setenv /x64" before invoking make process