]> pd.if.org Git - pdclib/blobdiff - platform/win32/Jamfile
Initial pass at a port to win32
[pdclib] / platform / win32 / Jamfile
diff --git a/platform/win32/Jamfile b/platform/win32/Jamfile
new file mode 100644 (file)
index 0000000..35b8dea
--- /dev/null
@@ -0,0 +1,6 @@
+SubDir PDCLIB_TOP platform win32 ;\r
+PDCLibConfig ;\r
+\r
+Object $(CRT0) : $(CRT0:S=.c) ;\r
+\r
+DEPENDS all : $(CRT0) ;
\ No newline at end of file