root/lang/cplusplus/fcgi-v8/trunk/build.sh @ 18745

Revision 18745, 225 bytes (checked in by tokuhirom, 5 years ago)

added standalone script executer

Line 
1#!/bin/sh
2g++ fcgi-v8.cc   util.cc core.cc syscall-linux.cc -lpthread -L ../v8/ -I../v8/src  -lfcgi -lv8 -o fcgi-v8
3g++ llov8call.cc util.cc core.cc syscall-linux.cc -lpthread -L ../v8/ -I../v8/src  -lfcgi -lv8 -o llov8call
4
Note: See TracBrowser for help on using the browser.