diff options
author | hajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2007-11-10 09:23:54 +0000 |
---|---|---|
committer | hajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2007-11-10 09:23:54 +0000 |
commit | b32f10241b1c5d92c0ddbadffcbc94f77d471cf4 (patch) | |
tree | fcb76fee4839ba214713a7cf8514e33085c8a277 /packages/Makefile.fpc | |
parent | 15b27c1a3417062f8785112275406a0ab0bbd010 (diff) | |
download | fpc-b32f10241b1c5d92c0ddbadffcbc94f77d471cf4.tar.gz |
* workaround trying to allow building GO32v2 snapshots (+ correction for rsts in Makefile)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@9170 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/Makefile.fpc')
-rw-r--r-- | packages/Makefile.fpc | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index 4df0e846c6..94da86596c 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -3,18 +3,16 @@ # [target] -dirs=base hash paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra -dirs_freebsd=fcl-web fcl-async fcl-process -dirs_darwin=fcl-web fcl-async fcl-process -dirs_solaris=fcl-web fcl-async fcl-process -dirs_netbsd=fcl-web fcl-async fcl-process -dirs_openbsd=fcl-web fcl-async fcl-process -dirs_linux=fcl-web fcl-async fcl-process -dirs_win32=fcl-web fcl-process -dirs_win64=fcl-web fcl-process -dirs_wince=fcl-web fcl-process -dirs_os2=fcl-process -dirs_emx=fcl-process +dirs=base hash paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process +dirs_freebsd=fcl-web fcl-async +dirs_darwin=fcl-web fcl-async +dirs_solaris=fcl-web fcl-async +dirs_netbsd=fcl-web fcl-async +dirs_openbsd=fcl-web fcl-async +dirs_linux=fcl-web fcl-async +dirs_win32=fcl-web +dirs_win64=fcl-web +dirs_wince=fcl-web [install] fpcpackage=y |