]> 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 29eb69aff75c7ee7cad3453ca647ad043673a772..f845878169905c8b577c51aaa3e14102450ccb8a 100644 (file)
     #! find all our sources
     foreach $file (sort keys %wxUNIV) {
         ($fileobj = $file) =~ s/cp?p?$/\o/;
     #! find all our sources
     foreach $file (sort keys %wxUNIV) {
         ($fileobj = $file) =~ s/cp?p?$/\o/;
-        ($filedep = $file) =~ s/cp?p?$/\d/;
+
+        if ( $wxUNIV{$file} =~ /Theme/ ) {
+            $file = "themes/" . $file
+        }
 
         $project{"UNIV_SOURCES"} .= "univ/" . $file . " ";
         $project{"UNIVOBJS"} .= $fileobj . " ";
 
         $project{"UNIV_SOURCES"} .= "univ/" . $file . " ";
         $project{"UNIVOBJS"} .= $fileobj . " ";
-        $project{"UNIVDEPS"} .= $filedep . " ";
     }
 
     }
 
+    #! and headers
+    foreach $hdr (sort keys %wxUNIVINCLUDE) {
+        $project{"UNIV_HEADERS"} .= "univ/" . $hdr . " ";
+    }
 #$}
 #$}
-# This file was automatically generated by tmake at #$ Now()
-# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
+# 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");
 
 UNIVOBJS = \
                #$ ExpandList("UNIVOBJS");
 
-UNIVDEPS = \
-               #$ ExpandList("UNIVDEPS");
-