Use cpp_out
This commit is contained in:
parent
0ccb7476d1
commit
eee76203d8
|
@ -23,7 +23,7 @@ $(LIB_DIR)/$(ARTIFACT).a: $(TARGET).a
|
||||||
cp $(TARGET).a $(LIB_DIR)/$(ARTIFACT).a
|
cp $(TARGET).a $(LIB_DIR)/$(ARTIFACT).a
|
||||||
|
|
||||||
ressources/Splash.cpp: ressources/Splash.png
|
ressources/Splash.cpp: ressources/Splash.png
|
||||||
jaby_engine_fconv $< simple-tim full16 | cpp_out --name SplashScreen -o $@
|
jaby_engine_fconv $< simple-tim full16 | cpp_out --name SplashScreen -o $@
|
||||||
|
|
||||||
#Rules section for default compilation and linking
|
#Rules section for default compilation and linking
|
||||||
splash: ressources/Splash.cpp
|
splash: ressources/Splash.cpp
|
||||||
|
|
Loading…
Reference in New Issue