X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..6aeb6f2a5810694b5241eb267d71dab4848cf8bb:/distrib/msw/tmake/univ.t diff --git a/distrib/msw/tmake/univ.t b/distrib/msw/tmake/univ.t index 29eb69aff7..f845878169 100644 --- a/distrib/msw/tmake/univ.t +++ b/distrib/msw/tmake/univ.t @@ -15,19 +15,28 @@ #! 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"); -