Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created November 13, 2008 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariuz/24500 to your computer and use it in GitHub Desktop.
Save mariuz/24500 to your computer and use it in GitHub Desktop.
-- Where is wxWidgets?
wx_dir = "/opt/build/wxjavascript/wxWidgets-2.8.9/"
-- Only needed when you use your own SpiderMonkey library
-- When empty wxJavaScript builds the library distributed in the source
js_dir = "" -- the full path to the js src directory
js_lib = "" -- the full path to the js library
-- Only needed when you use your own NSPR library
-- When empty wxJavaScript builds the library distributed in the source
nspr_dir = "" -- the path to the pr-include directory
nspr_lib = "" -- the full path to the nspr library
-- Only needed when you build mod_wxjs
httpd_dir = "/usr"
apreq_dir = "/usr"
-- Only needed when you build MySQL module
mysql_lib_dir = "/usr/lib"
mysql_inc_dir = "/usr/include/mysql"
-- Only needed when you use your own SQLite library
-- When empty wxJavaScript uses the build-in library
sqlite_dir = ""
sqlite_lib = "" -- the full path to the sqlite library
-- Only needed when you build GD module and when you want use
-- the freetype functions like StringFT
freetype_dir = ""
-- Only needed for curl module
curl_dir = "/usr/include"
curl_lib = "/usr/lib"
-- Only needed for fcgi program
fcgi_dir = ""
fcgi_lib = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment