add jerbuild
ober
86e09d157f5bc5031837c56ef11c4c86933190ed
new file mode 100644 --- /dev/null +++ b/.jerbuild @@ -0,0 +1,7 @@ +;; Build the Jerboa browser entry with a standalone jerbuild binary. + +(entry "scheme/browser-main.ss") +(output "jerboa-browser") +(requires "cc" "the Qt/WebKit native dependencies used by the existing Makefile") +(notes "The Scheme entry is listed here for jerbuild. The existing browser native wrapper may still be needed for the full GUI bundle. jerboa-native-rs and DuckDB are not required.") +(libdirs "scheme")