#!/bin/sh #// fastcgi rooscript version - just system stuff. # change the gdc location/name etc or output file to suit your needs.. gdc -o /usr/lib/cgi-bin/roofcgi \ -ldl -lpcre -g -Isrc \ src/dmdscript/*.d \ src/phobos/*.d \ src/fastcgi/*.d \ src/Loader.d \ src/paths.d \ src/fcgi.d #these ones need the builder code ATM,, # src/mysql/*.d \ # src/glib/*.d \ # src/gobject/*.d \ # src/xml2/*.d \ # src/gdome/*.d \ # src/html/*.d \ echo "done roofcgi"