Fix more things for Haiku port
* Add an icon in the native format * Add "resource definition" to the executable (including icon and version info) * Use the proper API to find the share directory. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2126 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -544,6 +544,11 @@ ziprelease: version $(BIN) release
|
||||
$(BIN) : $(OBJ)
|
||||
test -d ../bin || $(MKDIR) ../bin
|
||||
$(CC) $(OBJ) -o $(BIN) $(LOPT) $(LFLAGS)
|
||||
ifeq ($(PLATFORM),Haiku)
|
||||
rc -o $(OBJDIR)/grafx2.rsrc grafx2.rdef
|
||||
xres -o $(BIN) $(OBJDIR)/grafx2.rsrc
|
||||
mimeset -f $(BIN)
|
||||
endif
|
||||
|
||||
# SVN revision number
|
||||
version.c :
|
||||
|
||||
Reference in New Issue
Block a user