소스 검색

use MSVC=1

Nicolas Cannasse 13 년 전
부모
커밋
b834e818d8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      haxe.vcproj

+ 2 - 2
haxe.vcproj

@@ -29,8 +29,8 @@
 			ConfigurationType="0">
 			<Tool
 				Name="VCNMakeTool"
-				BuildCommandLine="make -f Makefile.win haxe"
-				ReBuildCommandLine="make -f Makefile.win clean_haxe haxe"
+				BuildCommandLine="make MSVC=1 -f Makefile.win haxe"
+				ReBuildCommandLine="make MSVC=1 -f Makefile.win clean_haxe haxe"
 				CleanCommandLine="make -f Makefile.win clean_haxe"
 				Output="haxe.exe"/>
 		</Configuration>