#! 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{"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");
-UNIVDEPS = \
- #$ ExpandList("UNIVDEPS");
-