diff options
| author | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-09-20 22:31:30 +0000 |
|---|---|---|
| committer | nickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-09-20 22:31:30 +0000 |
| commit | 1418a277efac033ef66090b699edd7d23f9b9e3f (patch) | |
| tree | fbf9882eb0e36b70e523dde43e959aba7721fa8c /packages/graph | |
| parent | 317ee389bbe9ee1a1726da858346c0885bd8511e (diff) | |
| download | fpc-1418a277efac033ef66090b699edd7d23f9b9e3f.tar.gz | |
+ enabled build of ptcgraph on win64
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16034 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/graph')
| -rw-r--r-- | packages/graph/Makefile | 8 | ||||
| -rw-r--r-- | packages/graph/Makefile.fpc | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/packages/graph/Makefile b/packages/graph/Makefile index d5d0a839e5..a1179e2f6b 100644 --- a/packages/graph/Makefile +++ b/packages/graph/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2010/09/20] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2010/09/21] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-solaris x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded avr-embedded armeb-linux armeb-embedded mipsel-linux @@ -330,6 +330,9 @@ endif ifeq ($(FULL_TARGET),x86_64-freebsd) override TARGET_UNITS+=graph $(GGIGRAPH_UNIT) endif +ifeq ($(FULL_TARGET),x86_64-win64) +override TARGET_UNITS+=ptcgraph ptccrt +endif ifeq ($(FULL_TARGET),arm-linux) override TARGET_UNITS+=$(GRAPH_UNIT) $(GGIGRAPH_UNIT) ptcgraph ptccrt endif @@ -2052,6 +2055,9 @@ REQUIRE_PACKAGES_RTL=1 endif ifeq ($(FULL_TARGET),x86_64-win64) REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_HERMES=1 +REQUIRE_PACKAGES_FCL-BASE=1 +REQUIRE_PACKAGES_PTC=1 endif ifeq ($(FULL_TARGET),x86_64-embedded) REQUIRE_PACKAGES_RTL=1 diff --git a/packages/graph/Makefile.fpc b/packages/graph/Makefile.fpc index 1eb993de71..362a9395e3 100644 --- a/packages/graph/Makefile.fpc +++ b/packages/graph/Makefile.fpc @@ -10,13 +10,13 @@ version=2.5.1 libc=y packages_linux=ptc packages_win32=ptc +packages_win64=ptc packages_linux_i386=sdl packages_linux_powerpc=sdl packages_freebsd_i386=sdl packages_win32=sdl packages_darwin_powerpc=sdl packages_darwin_i386=sdl -packages_win32=sdl # clean package units [clean] @@ -37,6 +37,7 @@ units_win32=sdlgraph units_powerpc_darwin=sdlgraph units_i386_darwin=sdlgraph units_win32=ptcgraph ptccrt +units_win64=ptcgraph ptccrt [compiler] options=-S2 |
