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:
Adrien Destugues
2009-09-19 23:49:52 +00:00
parent b3f2deedac
commit 93efc7e9e9
12 changed files with 49 additions and 4 deletions

View File

@@ -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 ###