Init new repository
This commit is contained in:
7
tests/example_ui_and_hot_reloading/build.bat
Normal file
7
tests/example_ui_and_hot_reloading/build.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
clang unity_exe.c -o platform.exe -g -O0 -I"../.."
|
||||
clang unity_dll.c -o game.dll -O0 -shared -g -I"../.." -Wl,-export:APP_Update
|
||||
|
||||
Reference in New Issue
Block a user