mirror of https://github.com/axmolengine/axmol.git
Fix run.bat path
This commit is contained in:
parent
67ecbab347
commit
257562ff70
|
@ -11,7 +11,7 @@ cd /d %myDir%Resources
|
||||||
echo The working directory is: %cd%
|
echo The working directory is: %cd%
|
||||||
|
|
||||||
set APP_NAME=@APP_NAME@
|
set APP_NAME=@APP_NAME@
|
||||||
set BUILD_DIR=@CMAKE_BUILD_RELATIVE_DIR@
|
set BUILD_DIR=%myDir%@CMAKE_BUILD_RELATIVE_DIR@
|
||||||
set BUILD_CFG=%1
|
set BUILD_CFG=%1
|
||||||
|
|
||||||
rem Determine which build config to run
|
rem Determine which build config to run
|
||||||
|
|
Loading…
Reference in New Issue