Everything compiles. Some kludges left regarding version and pversion. Now to get it to link...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1037 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
10
Makefile
10
Makefile
@@ -184,11 +184,13 @@ else
|
||||
RMDIR= delete
|
||||
CP = copy
|
||||
BIN = grafx2
|
||||
COPT = -c99 -Ivbcc:PosixLib/include -D__amigaos__
|
||||
COPT = -c99 -Ivbcc:PosixLib/include -D__amigaos__ $(TTFCOPT)
|
||||
CC = vc
|
||||
OBJDIR = obj/amiga-vbcc
|
||||
ZIP = lha
|
||||
ZIPOPT= a
|
||||
ZIPOPT = a
|
||||
|
||||
NOTTF = 1
|
||||
|
||||
else
|
||||
|
||||
@@ -260,7 +262,9 @@ else
|
||||
JOYCOPT =
|
||||
endif
|
||||
|
||||
COPT += -DSVN_revision='"$(shell svnversion .)"' -DProgram_version='"$(LABEL)"'
|
||||
ifneq ($(PLATFORM),amiga-vbcc)
|
||||
COPT += -DSVN_revision='"$(shell svnversion .)"' -DProgram_version='"$(LABEL)"'
|
||||
endif
|
||||
|
||||
### And now for the real build rules ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user