From 1c6cc2ed0e000ef27f3ae7eef10bde33eeecb87e Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Wed, 5 Jan 2011 14:21:49 +0100 Subject: [PATCH] Fixed processor names for 64-bit builds in msvc/gc/Makefile --- msvc/gc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 msvc/gc/Makefile diff --git a/msvc/gc/Makefile b/msvc/gc/Makefile old mode 100644 new mode 100755 index 8de54736a..221d196ae --- a/msvc/gc/Makefile +++ b/msvc/gc/Makefile @@ -1,7 +1,7 @@ # Makefile for Windows NT. Assumes Microsoft compiler. # DLLs are included in the root set under NT, but not under win32S. # Use "nmake nodebug=1 all" for optimized versions of library, gctest and editor. -# MY_CPU=X86 for 32 bits or AMD64 for 64 bits +# MY_CPU=i386 for 32 bits or AMD64 for 64 bits CPU=$(MY_CPU) !include