]> pd.if.org Git - pdclib/blobdiff - platform/win32/Config.jam
Move existing errno handling to tss_errno, to allow the POSIX platform to just use...
[pdclib] / platform / win32 / Config.jam
index a078d6f072ffa7812b5b7fb2d526bb2180934eab..018ad6153bb6156c16406cb0bd44ed686e55ffa0 100644 (file)
@@ -23,6 +23,6 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
     EXIT ;\r
 }\r
 \r
-PDCLIB_OPTIONS = notime dlmalloc mincoll ;\r
+PDCLIB_OPTIONS = notime dlmalloc mincoll tss_errno ;\r
 \r
 CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ;
\ No newline at end of file