Prepare splash target
This commit is contained in:
parent
a6f13db22c
commit
705c73e061
|
@ -47,7 +47,7 @@
|
||||||
{
|
{
|
||||||
"id": "target",
|
"id": "target",
|
||||||
"type": "pickString",
|
"type": "pickString",
|
||||||
"options": ["build", "clean", "rebuild"],
|
"options": ["build", "clean", "rebuild", "splash"],
|
||||||
"default": "build",
|
"default": "build",
|
||||||
"description": "build target",
|
"description": "build target",
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,12 @@ $(LIB_DIR)/$(ARTIFACT).a: $(TARGET).a
|
||||||
@mkdir -p $(LIB_DIR)
|
@mkdir -p $(LIB_DIR)
|
||||||
cp $(TARGET).a $(LIB_DIR)/$(ARTIFACT).a
|
cp $(TARGET).a $(LIB_DIR)/$(ARTIFACT).a
|
||||||
|
|
||||||
|
ressources/Splash.cpp: ressources/Splash.png
|
||||||
|
echo wuff
|
||||||
|
|
||||||
#Rules section for default compilation and linking
|
#Rules section for default compilation and linking
|
||||||
|
splash: ressources/Splash.cpp
|
||||||
|
|
||||||
all: $(LIB_DIR)/$(ARTIFACT).a
|
all: $(LIB_DIR)/$(ARTIFACT).a
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue