Skip to content

Commit

Permalink
[WIN32] make dx the default build option
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSo committed Apr 23, 2011
1 parent 9990141 commit 36be7fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/Win32BuildSetup/BuildSetup.bat
Expand Up @@ -32,8 +32,9 @@ FOR %%b in (%1, %2, %3, %4, %5) DO (
IF %%b==noprompt SET promptlevel=noprompt
IF %%b==nomingwlibs SET buildmingwlibs=false
)
SET buildconfig=Release (OpenGL)
IF %target%==dx SET buildconfig=Release (DirectX)

SET buildconfig=Release (DirectX)
IF %target%==gl SET buildconfig=Release (OpenGL)

IF %comp%==vs2010 (
IF "%VS100COMNTOOLS%"=="" (
Expand Down

0 comments on commit 36be7fb

Please sign in to comment.