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");