mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2025-01-04 20:59:36 +01:00
9 lines
244 B
Bash
9 lines
244 B
Bash
|
|
||
|
mkdir -p out
|
||
|
|
||
|
cd ..
|
||
|
cd ..
|
||
|
|
||
|
python misc/merger/join.py --template misc/merger/pmcore.h.inl --path . --output misc/merger/out/pmcore.h
|
||
|
python misc/merger/join.py --template misc/merger/pmcore.cpp.inl --path . --output misc/merger/out/pmcore.cpp
|