]> pd.if.org Git - pdclib.old/blobdiff - platform/gandr/Config.jam
Initial stab at gandr platform
[pdclib.old] / platform / gandr / Config.jam
diff --git a/platform/gandr/Config.jam b/platform/gandr/Config.jam
new file mode 100644 (file)
index 0000000..461e5f1
--- /dev/null
@@ -0,0 +1,14 @@
+rule PDCLibTargetConfig { }
+rule PDCLibTargetHeaders {
+    SubDirHdrs $(PDCLIB_TOP) platform gandr includes ;
+}
+
+PDCLIB_OPTIONS = 
+    nothread
+    notime 
+    dlmalloc 
+    mincoll 
+    tss_errno 
+    basecodecs 
+    c_locale 
+    ;
\ No newline at end of file