mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 23:26:37 +00:00
Fix web build and add export path
This commit is contained in:
11
AerofoilWeb/BuildAerofoilPortable.bat
Normal file
11
AerofoilWeb/BuildAerofoilPortable.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
set INPUT_DIR=../AerofoilPortable
|
||||
set OUTPUT_DIR=obj
|
||||
|
||||
rem set DEBUG_LEVEL_FLAGS=-g4 -O0
|
||||
set DEBUG_LEVEL_FLAGS=-O3
|
||||
|
||||
set FLAGS=-s USE_SDL=2 -flto -I../GpCommon/ -I../Common/ -s ASYNCIFY %DEBUG_LEVEL_FLAGS% -DGP_DEBUG_CONFIG=0
|
||||
|
||||
emcc -c %INPUT_DIR%/GpAllocator_C.cpp -o %OUTPUT_DIR%/AerofoilPortable_Combined.o %FLAGS%
|
||||
|
||||
pause
|
Reference in New Issue
Block a user