]> pd.if.org Git - pdclib/commitdiff
Moved errno to main codebase.
authorMartin Baute <solar@rootdirectory.de>
Mon, 14 Mar 2016 07:43:23 +0000 (08:43 +0100)
committerMartin Baute <solar@rootdirectory.de>
Mon, 14 Mar 2016 07:43:23 +0000 (08:43 +0100)
functions/errno/errno.c [moved from opt/tss_errno/errno.c with 100% similarity]
includes/errno.h [moved from opt/tss_errno/errno.h with 100% similarity]
platform/example/Config.jam
platform/gandr/Config.jam
platform/win32/Config.jam

similarity index 100%
rename from opt/tss_errno/errno.h
rename to includes/errno.h
index f8dab513bdeb1ce999503f93a18b7a5cfb12ef2b..61411dcf3afe7af967a7209a853c22b6326e174b 100644 (file)
@@ -9,8 +9,7 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
     PDCLIB_TEST_LINKLIBS += -lgcc ;
 }
 
-PDCLIB_OPTIONS = 
-       nothread 
-       tss_errno 
-       basecodecs 
+PDCLIB_OPTIONS =
+    nothread
+    basecodecs
     ;
index 976b283898af39df25c4b1fefe65148e896f1bfa..5f674376a6962b8d58641947a3f56000dbe6059b 100644 (file)
@@ -3,8 +3,7 @@ rule PDCLibTargetHeaders {
     SubDirHdrs $(PDCLIB_TOP) platform gandr includes ;
 }
 
-PDCLIB_OPTIONS = 
+PDCLIB_OPTIONS =
     nothread
-    tss_errno 
-    basecodecs 
+    basecodecs
     ;
index b5fc3b031aac3ac5898d244370176371fbc4f59b..021237d9b6c81a8cee1f743be2ed5d40839628aa 100644 (file)
@@ -13,8 +13,8 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
     PDCLIB_TEST_LINKLIBS += -lgcc -lkernel32 -lshell32 ;
 } else if $(PDCLIB_TOOLCHAIN) = "WATCOM" {
     PDCLIB_TEST_LINKFLAGS = "-\"option start=_mainCRTStartup\"" ;
-    PDCLIB_TEST_LINKLIBS = 
-        $(WATCOM)\\lib386\\nt\\kernel32.lib 
+    PDCLIB_TEST_LINKLIBS =
+        $(WATCOM)\\lib386\\nt\\kernel32.lib
         $(WATCOM)\\lib386\\nt\\shell32.lib
         $(WATCOM)\\lib386\\nt\\clib3r.lib ;
     PDCLIB_REGTEST_CCHDRS = [ FIncludes $(WATCOM)\\h ] ;
@@ -23,9 +23,8 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
     EXIT ;
 }
 
-PDCLIB_OPTIONS = 
-    tss_errno 
-    basecodecs 
+PDCLIB_OPTIONS =
+    basecodecs
     ;
 
 CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ;