Changeset 134 for devel/web/deploy.sh
Legend:
- Unmodified
- Added
- Removed
-
devel/web
-
Property svn:ignore
set to
*.ppu
*.a
*.o
-
Property svn:ignore
set to
-
devel/web/deploy.sh
r1 r134 1 1 #!/bin/sh 2 fpc -Fu/a/devel/psp/main/ -Fu/usr/share/fpcsrc/package/base/mysql -Fu/a/devel/psp/extras/ -Fu/a/devel/psp/extras/*/ -Fi/a/devel/psp/main/inc/ -Fu/a/devel/psp/main/zlib/ -Xs -XX -CX index.pas 3 cp index /var/www/html/pas/index.cgi 2 fpc -Fu/var/www/html/other/powtils/main/ \ 3 -Fu/usr/share/fpcsrc/package/base/mysql \ 4 -Fu/var/www/html/other/powtils/extras/ \ 5 -Fu/var/www/html/other/powtils/extras/*/ \ 6 -Fi/var/www/html/other/powtils/main/inc/ \ 7 -Fu/var/www/html/other/powtils/main/zlib/ \ 8 -Xs -XX -CX index.pas 9 10 cp index /var/www/cgi-bin/index.cgi
Note:
See TracChangeset
for help on using the changeset viewer.