OSDN Git Service

Merge branch 'mustard'
[applistation/AppliStation.git] / build.bat
index 4321829..a63fbc1 100644 (file)
--- a/build.bat
+++ b/build.bat
@@ -1,3 +1,4 @@
 @set path=%windir%\Microsoft.NET\Framework\v2.0.50727;%path%\r
 @set path=%windir%\Microsoft.NET\Framework\v2.0.50727;%path%\r
-msbuild AppliStation.proj /t:Build\r
-msbuild AppliStation.proj /t:Dist /p:IncludePdb=Yes
\ No newline at end of file
+@set CONFIG=Debug\r
+msbuild AppliStation.proj /t:Build /p:Configuration=%CONFIG%\r
+msbuild AppliStation.proj /t:Dist /p:Configuration=%CONFIG%\r