X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7521ca7d84a20fa75957463100c26d49789ff0c1..a97d569cbbf90ba8bb293214055c3a8c19d447b5:/distrib/msw/tmake/v15.t diff --git a/distrib/msw/tmake/v15.t b/distrib/msw/tmake/v15.t index e01a925e28..29f9b09732 100644 --- a/distrib/msw/tmake/v15.t +++ b/distrib/msw/tmake/v15.t @@ -29,7 +29,7 @@ foreach $file (sort keys %wxCommon) { #! socket files don't compile under Win16 currently - next if $wxCommon{$file} =~ /\b(32|S)\b/; + next if $wxCommon{$file} =~ /\b(32|S|U)\b/; $isCFile = $file =~ /\.c$/; $file =~ s/cp?p?$/obj/; @@ -51,7 +51,7 @@ $project{"WXCOBJS"} .= $obj if $isCFile; } #$} -# 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 DOS.T! # this is needed because my usual 4NT doesn't work well when invoked from