Create Splash.cpp

This commit is contained in:
Jaby
2022-09-28 20:53:32 +02:00
parent b06c8089f2
commit 15c9ff3408
4 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
JABY_ENGINE_DIR = ../../
ARTIFACT = libJabyEngine
BUILD_DIR = bin
@@ -21,7 +23,7 @@ $(LIB_DIR)/$(ARTIFACT).a: $(TARGET).a
cp $(TARGET).a $(LIB_DIR)/$(ARTIFACT).a
ressources/Splash.cpp: ressources/Splash.png
echo wuff
jaby_engine_fconv $< simple-tim full16 | cpp_out --name SplashScreen -o $@
#Rules section for default compilation and linking
splash: ressources/Splash.cpp