Revision | 113 (tree) |
---|---|
Zeit | 2020-07-02 17:35:25 |
Autor | ![]() |
ビルドスクリプト修正
@@ -0,0 +1,5 @@ | ||
1 | +set MSBUILD=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe | |
2 | +set target=%1 | |
3 | +if "%1" == "" set target=Rebuild | |
4 | +%MSBUILD% EWatch.sln /t:%target% /p:Configuration=Release /p:Platform="Any CPU";PlatformTarget=AnyCPU | |
5 | +pause | |
\ No newline at end of file |
@@ -1,5 +1,5 @@ | ||
1 | 1 | set MSBUILD=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe |
2 | 2 | set target=%1 |
3 | 3 | if "%1" == "" set target=Rebuild |
4 | -%MSBUILD% EWatch.sln /t:%target% /p:Configuration=Release /p:Platform="Any CPU";PlatformTarget=AnyCPU | |
4 | +%MSBUILD% EWatch.sln /t:%target% /p:Configuration=Release /p:Platform="Any CPU";PlatformTarget=AnyCPU /p:DefineConstants="_WINDOWS" | |
5 | 5 | pause |
\ No newline at end of file |