Changeset 134 for devel/web/deploy.sh


Ignore:
Timestamp:
Jan 14, 2009, 9:46:16 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Přepracována hlavní stránky a přidány další dvě stránky přehledu financí a seznam členů.
  • Upraveno: Kompatibilita s Powtils 1.7.1.
Location:
devel/web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devel/web

    • Property svn:ignore set to
      *.ppu
      *.a
      *.o
  • devel/web/deploy.sh

    r1 r134  
    11#!/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
     2fpc -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
     10cp index /var/www/cgi-bin/index.cgi
Note: See TracChangeset for help on using the changeset viewer.