diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-09-15 11:10:20 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-09-15 11:10:20 +0000 |
| commit | 2c323a7e72af3cb738f4c555f5a4e489a18d5c8b (patch) | |
| tree | a31bf0f7fc320c4522fd0de03fe76a8175a5c35c /packages/Makefile | |
| parent | 645136e8d6cd5dc6a1da5d33f1420c1c45235915 (diff) | |
| download | fpc-2c323a7e72af3cb738f4c555f5a4e489a18d5c8b.tar.gz | |
* enabled gmp for Win32 after verification
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13714 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/Makefile')
| -rw-r--r-- | packages/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile index 9fae5b277b..cffec1d28b 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -271,7 +271,7 @@ ifeq ($(FULL_TARGET),i386-go32v2) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv graph unzip gdbint endif ifeq ($(FULL_TARGET),i386-win32) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv winunits-base winunits-jedi fcl-web fastcgi ibase mysql zlib oracle odbc postgres sqlite imagemagick gdbint libpng mad tcl opengl gtk1 gtk2 librsvg a52 cdrom fpgtk openal fftw lua oggvorbis sdl openssl graph pcap httpd13 httpd20 httpd22 pxlib numlib winceunits cairo libxml +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv winunits-base winunits-jedi fcl-web fastcgi ibase mysql zlib oracle odbc postgres sqlite imagemagick gdbint libpng mad tcl opengl gtk1 gtk2 librsvg a52 cdrom fpgtk openal fftw lua oggvorbis sdl openssl graph pcap httpd13 httpd20 httpd22 pxlib numlib winceunits cairo libxml gmp endif ifeq ($(FULL_TARGET),i386-os2) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib @@ -1712,6 +1712,7 @@ TARGET_DIRS_NUMLIB=1 TARGET_DIRS_WINCEUNITS=1 TARGET_DIRS_CAIRO=1 TARGET_DIRS_LIBXML=1 +TARGET_DIRS_GMP=1 endif ifeq ($(FULL_TARGET),i386-os2) TARGET_DIRS_HASH=1 |
