]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/univ.t
update to make digitalmars compile/link make clean
[wxWidgets.git] / distrib / msw / tmake / univ.t
index 944b9eef07a7066752338bc1e58bd944a938e23e..f845878169905c8b577c51aaa3e14102450ccb8a 100644 (file)
     foreach $file (sort keys %wxUNIV) {
         ($fileobj = $file) =~ s/cp?p?$/\o/;
 
+        if ( $wxUNIV{$file} =~ /Theme/ ) {
+            $file = "themes/" . $file
+        }
+
         $project{"UNIV_SOURCES"} .= "univ/" . $file . " ";
         $project{"UNIVOBJS"} .= $fileobj . " ";
     }
 
+    #! and headers
+    foreach $hdr (sort keys %wxUNIVINCLUDE) {
+        $project{"UNIV_HEADERS"} .= "univ/" . $hdr . " ";
+    }
 #$}
-# This file was automatically generated by tmake at #$ Now()
+# This file was automatically generated by tmake 
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNIV.T!
+UNIV_SOURCES = \
+               #$ ExpandList("UNIV_SOURCES");
+
+UNIV_HEADERS = \
+               #$ ExpandList("UNIV_HEADERS");
+
 UNIVOBJS = \
                #$ ExpandList("UNIVOBJS");