* fixed pathes on win32

git-svn-id: trunk@2075 -
This commit is contained in:
florian 2005-12-29 15:03:58 +00:00
parent d1709eaefb
commit 7b5f6b27fb
2 changed files with 2181 additions and 2183 deletions

File diff suppressed because it is too large Load Diff

View File

@ -50,19 +50,25 @@ USELIBGGI=NO
endif
GGIGRAPH_UNIT=ggigraph
GRAPHUNIT_DIR=$(OS_TARGET)
ifeq ($(OS_TARGET),linux)
GRAPHUNIT_DIR=unix
ifeq ($(CPU_TARGET),powerpc64)
GGIGRAPH_UNIT=
endif
endif
ifeq ($(OS_TARGET),freebsd)
GRAPHUNIT_DIR=unix
endif
[rules]
include inc/makefile.inc
GRAPHINCDEPS=$(addprefix $(GRAPHDIR)/,$(GRAPHINCNAMES))
graph$(PPUEXT) : graph.pp $(GRAPHINCDEPS) $(UNIXINC)/graph16.inc
$(COMPILER) -I$(GRAPHDIR) $(UNIXINC)/graph.pp
$(COMPILER) -I$(GRAPHDIR) $(GRAPHUNIT_DIR)/graph.pp
ggigraph$(PPUEXT) : $(UNIXINC)/ggigraph.pp $(GRAPHINCDEPS)
$(COMPILER) -I$(GRAPHDIR) $(UNIXINC)/ggigraph.pp