mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
Renamed the joined library.
This commit is contained in:
parent
347a064225
commit
98c4526ace
@ -4,5 +4,5 @@ mkdir -p out
|
|||||||
cd ..
|
cd ..
|
||||||
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/pem.h.inl --path . --output misc/merger/out/pem.h
|
||||||
python misc/merger/join.py --template misc/merger/pmcore.cpp.inl --path . --output misc/merger/out/pmcore.cpp
|
python misc/merger/join.py --template misc/merger/pem.cpp.inl --path . --output misc/merger/out/pem.cpp
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
#ifndef PANDEMONIUM_MINIMAL_CORE_H
|
#ifndef PANDEMONIUM_MINIMAL_H
|
||||||
#include "pmcore.h"
|
#include "pem.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef PANDEMONIUM_MINIMAL_CORE_H
|
#ifndef PANDEMONIUM_MINIMAL_H
|
||||||
#define PANDEMONIUM_MINIMAL_CORE_H
|
#define PANDEMONIUM_MINIMAL_H
|
||||||
|
|
||||||
// https://github.com/Relintai/pandemonium_engine_minimal
|
// https://github.com/Relintai/pandemonium_engine_minimal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user