diff --git a/polymer/eduke32/Makefile b/polymer/eduke32/Makefile index 1bbcba1cd..90ea0bc8e 100644 --- a/polymer/eduke32/Makefile +++ b/polymer/eduke32/Makefile @@ -280,7 +280,13 @@ $(OBJ)/%.$o: $(RSRC)/%.c if $(CC) $(CFLAGS) $(OURCFLAGS) -c $< -o $@; then $(COMPILE_OK); else $(COMPILE_FAILED); fi $(OBJ)/game_banner.$o: $(RSRC)/game_banner.c + $(COMPILE_STATUS) + if $(CC) $(CFLAGS) $(OURCFLAGS) -Wno-pointer-sign -c $< -o $@; then $(COMPILE_OK); else $(COMPILE_FAILED); fi + $(OBJ)/editor_banner.$o: $(RSRC)/editor_banner.c + $(COMPILE_STATUS) + if $(CC) $(CFLAGS) $(OURCFLAGS) -Wno-pointer-sign -c $< -o $@; then $(COMPILE_OK); else $(COMPILE_FAILED); fi + $(RSRC)/game_banner.c: $(RSRC)/game.bmp echo "#include " > $@ gdk-pixbuf-csource --extern --struct --raw --name=startbanner_pixdata $^ | sed 's/load_inc//' >> $@