mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 20:00:15 +02:00
* fixed pathes on win32
git-svn-id: trunk@2075 -
This commit is contained in:
parent
d1709eaefb
commit
7b5f6b27fb
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user