mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix GTK build.
git-svn-id: https://svn.eduke32.com/eduke32@5333 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c052540d42
commit
ec095fb5df
1 changed files with 1 additions and 0 deletions
|
@ -716,6 +716,7 @@ $(DUKE3D_OBJ)/%.$o: $(DUKE3D_RSRC)/%.c | $(DUKE3D_OBJ)
|
|||
|
||||
$(DUKE3D_RSRC)/%_banner.c: $(DUKE3D_RSRC)/%.bmp
|
||||
echo "#include \"gtkpixdata_shim.h\"" > $@
|
||||
gdk-pixbuf-csource --extern --struct --raw --name=startbanner_pixdata $^ | sed 's/load_inc//' >> $@
|
||||
|
||||
$(SW_OBJ)/%.$o: $(SW_SRC)/%.c | $(SW_OBJ)
|
||||
$(COMPILE_STATUS)
|
||||
|
|
Loading…
Reference in a new issue