mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
7 lines
173 B
Batchfile
7 lines
173 B
Batchfile
@ECHO OFF
|
|
REM Assumes you have Windows binaries in the project's root directory!
|
|
cd src
|
|
"%cd%\..\moonc.exe" -t ../lib .
|
|
cd ..
|
|
xcopy /S /Y "%cd%\lib\pop\*" "%cd%\demo\pop\*"
|