]> granicus.if.org Git - check/commitdiff
Try yet another command line for VS2008
authorbel2125 <bel2125@gmail.com>
Wed, 30 Aug 2017 21:07:06 +0000 (23:07 +0200)
committerbel2125 <bel2125@gmail.com>
Wed, 30 Aug 2017 21:07:06 +0000 (23:07 +0200)
appveyor.yml

index 54be646b1ca75a3f8ba930c86b9eb88a490b43a4..b6cfdaeec5e3fb069459ba022c61394ca9d0b0d1 100644 (file)
@@ -178,10 +178,9 @@ build_script:
   - if %platform%==mingw32 mingw32-make
   - if %platform%==mingw64msys bash -c "make"
   - if %vcx%==true msbuild /p:Platform=%arch% "ALL_BUILD.vcxproj"
-  # Debugging the VS2008 build
-  - if %vcs%==true type check.sln
+  # Build for VS2008 (prior to the vsxproj file format), only 32 bit
   # Options see https://msdn.microsoft.com/en-us/library/ms164311.aspx
-  - if %vcs%==true msbuild /p:Configuration="Release|Win32" /p:Platform=%arch% /nologo /v:d "check.sln"
+  - if %vcs%==true msbuild /p:Configuration=Release /p:Platform=Win32 /nologo /v:d "check.sln"
 
 
 #---------------------------------#