X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..ee252037cfbe432c4d316893ce5da5abb97b5ec7:/distrib/msw/tmake/univ.t?ds=sidebyside diff --git a/distrib/msw/tmake/univ.t b/distrib/msw/tmake/univ.t index 944b9eef07..f845878169 100644 --- a/distrib/msw/tmake/univ.t +++ b/distrib/msw/tmake/univ.t @@ -16,13 +16,27 @@ 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");