diff options
| author | michael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-09-15 14:12:29 +0000 |
|---|---|---|
| committer | michael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-09-15 14:12:29 +0000 |
| commit | 20cfedd47dfdfb641e0366384cececfa6617c226 (patch) | |
| tree | 0bc5a2a0279721e7316639e8b5bff1a1cea2346b /packages/Makefile.fpc | |
| parent | 10109e502f0b72f8f14f6d50feec6b1dfcd1e929 (diff) | |
| download | fpc-20cfedd47dfdfb641e0366384cececfa6617c226.tar.gz | |
* Added fcl-js
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15991 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/Makefile.fpc')
| -rw-r--r-- | packages/Makefile.fpc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index 4aafc71d9b..2abdac72e1 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -4,7 +4,7 @@ # [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 bzip2 +dirs=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-js fcl-process unzip regexpr chm fcl-res libgd symbolic bzip2 dirs_linux_i386=libc unixutil graph pxlib bzip2 dirs_i386_linux=graph dirs_x86_64_linux=graph @@ -132,6 +132,12 @@ fcl-json_smart: fcl-base_smart fcl-json_release: fcl-base_release fcl-json_shared: fcl-base_shared +fcl-js_all: fcl-base_all +fcl-js_debug: fcl-base_debug +fcl-js_smart: fcl-base_smart +fcl-js_release: fcl-base_release +fcl-js_shared: fcl-base_shared + fcl-image_all: fcl-base_all paszlib_all pasjpeg_all fcl-image_debug: fcl-base_debug paszlib_debug pasjpeg_debug fcl-image_smart: fcl-base_smart paszlib_smart pasjpeg_smart |
