Added tool to compile to single header
This commit is contained in:
parent
359463682f
commit
832a2c53f8
BIN
INCLUDE/deggl
Normal file
BIN
INCLUDE/deggl
Normal file
Binary file not shown.
8
INCLUDE/generate.sh
Normal file
8
INCLUDE/generate.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Build the include files
|
||||||
|
echo Buildin the include files...
|
||||||
|
echo ../Hazelnupp/*.cpp | sed 's/\.\.\/Hazelnupp\/main\.cpp//g' | xargs deggl -o Hazelnupp -i
|
||||||
|
|
||||||
|
# Verify that they compile cleanly
|
||||||
|
echo Verifying that they compile
|
||||||
|
g++ Hazelnupp.cpp -c -Wall -Wextra -Wpedantic
|
||||||
|
rm -f Hazelnupp.o
|
Loading…
x
Reference in New Issue
Block a user