Setup build enviorment
This commit is contained in:
11
src/Library/run_make.bat
Normal file
11
src/Library/run_make.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
rem run_make.bat build|clean|rebuild debug|release
|
||||
|
||||
IF %1 == build (
|
||||
set make_target=all
|
||||
) else (
|
||||
set make_target=%1
|
||||
)
|
||||
|
||||
@echo make %make_target% BUILD_PROFILE=%2
|
||||
wsl make %make_target% BUILD_PROFILE=%2
|
Reference in New Issue
Block a user