Skip to content

Commit

Permalink
Try explicit Win32 targetting, since it seems like it otherwise compi…
Browse files Browse the repository at this point in the history
…les for x64 somehow...
  • Loading branch information
perlun committed Oct 25, 2013
1 parent b2976ab commit fe11112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cef_binary_3.1547.1412_windows32/build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
msbuild cefclient2010.sln /t:libcef_dll_wrapper:Rebuild /p:Configuration=Release /verbosity:Quiet
msbuild cefclient2010.sln /t:libcef_dll_wrapper:Rebuild /p:Configuration=Debug /verbosity:Quiet
msbuild cefclient2010.sln /t:libcef_dll_wrapper:Rebuild /p:Configuration=Release;Platform=Win32 /verbosity:Quiet
msbuild cefclient2010.sln /t:libcef_dll_wrapper:Rebuild /p:Configuration=Debug;Platform=Win32 /verbosity:Quiet

0 comments on commit fe11112

Please sign in to comment.