Kolja Strohm 5 жил өмнө
parent
commit
291c0590ec
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      build.bat

+ 2 - 2
build.bat

@@ -1,12 +1,12 @@
 :ReleaseWin64
 SET RETURN=ReleaseWin64
 SET NEXT=ReleaseWin32
-"D:\Visual Studio 2017\MSBuild\15.0\Bin\MSBuild.exe" "SMP.sln" /p:configuration=release /p:platform=x64
+"%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" "SMP.sln" /p:configuration=release /p:platform=x64
 if errorlevel 1 GOTO Error
 :ReleaseWin32
 SET RETURN=ReleaseWin32
 SET NEXT=END
-"D:\Visual Studio 2017\MSBuild\15.0\Bin\MSBuild.exe" "SMP.sln" /p:configuration=release /p:platform=win32
+"%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" "SMP.sln" /p:configuration=release /p:platform=win32
 if errorlevel 1 GOTO Error
 GOTO End
 :Error