Browse Source

* Added dependency on fcl-net for ssockets

git-svn-id: trunk@15336 -
michael 15 years ago
parent
commit
98d72d2e99
2 changed files with 371 additions and 61 deletions
  1. 369 59
      packages/fcl-web/Makefile
  2. 2 2
      packages/fcl-web/Makefile.fpc

File diff suppressed because it is too large
+ 369 - 59
packages/fcl-web/Makefile


+ 2 - 2
packages/fcl-web/Makefile.fpc

@@ -7,10 +7,10 @@ name=fcl-web
 version=2.5.1
 
 [target]
-dirs=src/base
+dirs=src/base src/webdata
 
 [require]
-packages=fcl-base fcl-xml fcl-db fcl-json
+packages=fcl-base fcl-xml fcl-db fcl-json fcl-net
 
 [compiler]
 options=-S2h

Some files were not shown because too many files changed in this diff