diff --git a/INCLUDE/deggl b/INCLUDE/deggl new file mode 100644 index 0000000..2aefe97 Binary files /dev/null and b/INCLUDE/deggl differ diff --git a/INCLUDE/generate.sh b/INCLUDE/generate.sh new file mode 100644 index 0000000..7c6bd76 --- /dev/null +++ b/INCLUDE/generate.sh @@ -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