X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..917afc7b81c6f806ea3d50b455f7c4e320ecd68f:/distrib/msw/tmake/univ.t diff --git a/distrib/msw/tmake/univ.t b/distrib/msw/tmake/univ.t index 29eb69aff7..944b9eef07 100644 --- a/distrib/msw/tmake/univ.t +++ b/distrib/msw/tmake/univ.t @@ -15,19 +15,14 @@ #! find all our sources foreach $file (sort keys %wxUNIV) { ($fileobj = $file) =~ s/cp?p?$/\o/; - ($filedep = $file) =~ s/cp?p?$/\d/; $project{"UNIV_SOURCES"} .= "univ/" . $file . " "; $project{"UNIVOBJS"} .= $fileobj . " "; - $project{"UNIVDEPS"} .= $filedep . " "; } #$} # This file was automatically generated by tmake at #$ Now() -# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! +# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNIV.T! UNIVOBJS = \ #$ ExpandList("UNIVOBJS"); -UNIVDEPS = \ - #$ ExpandList("UNIVDEPS"); -