X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e48fa619a13efe49cee7d4a4dcbb6e242361ddd0..5f605ccf3fcce969d9a634bf1cf6aa4f13f74d2e:/distrib/msw/tmake/os2.t diff --git a/distrib/msw/tmake/os2.t b/distrib/msw/tmake/os2.t index a6f11a4a16..b519d5a256 100644 --- a/distrib/msw/tmake/os2.t +++ b/distrib/msw/tmake/os2.t @@ -15,49 +15,42 @@ #! find all our sources $project{"COMMONOBJS"} .= "parser.o "; - $project{"COMMONDEPS"} .= "parser.d "; foreach $file (sort keys %wxGeneric) { next if $wxGeneric{$file} =~ /\bP\b/; ($fileobj = $file) =~ s/cp?p?$/\o/; - ($filedep = $file) =~ s/cp?p?$/\d/; $project{"OS2PM_SOURCES"} .= "generic/" . $file . " "; $project{"GENERICOBJS"} .= $fileobj . " "; - $project{"GENERICDEPS"} .= $filedep . " " } foreach $file (sort keys %wxCommon) { next if $wxCommon{$file} =~ /\bP\b/; ($fileobj = $file) =~ s/cp?p?$/\o/; - ($filedep = $file) =~ s/cp?p?$/\d/; $project{"OS2PM_SOURCES"} .= "common/" . $file . " "; $project{"COMMONOBJS"} .= $fileobj . " "; - $project{"COMMONDEPS"} .= $filedep . " " } foreach $file (sort keys %wxOS2PM) { ($fileobj = $file) =~ s/cp?p?$/\o/; - ($filedep = $file) =~ s/cp?p?$/\d/; $project{"OS2PM_SOURCES"} .= "os2/" . $file . " "; $project{"GUIOBJS"} .= $fileobj . " "; - $project{"GUIDEPS"} .= $filedep . " " } foreach $file (sort keys %wxHTML) { ($fileobj = $file) =~ s/cp?p?$/\o/; - ($filedep = $file) =~ s/cp?p?$/\d/; $project{"OS2PM_SOURCES"} .= "html/" . $file . " "; $project{"HTMLOBJS"} .= $fileobj . " "; - $project{"HTMLDEPS"} .= $filedep . " " } #! find all our headers foreach $file (sort keys %wxWXINCLUDE) { + next if $wxWXINCLUDE{$file} =~ /\bP\b/; + $project{"OS2PM_HEADERS"} .= $file . " " } @@ -77,7 +70,7 @@ $project{"OS2PM_HEADERS"} .= "protocol/" . $file . " " } #$} -# 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 OS2.T! ALL_SOURCES = \ #$ ExpandList("OS2PM_SOURCES"); @@ -88,30 +81,15 @@ ALL_HEADERS = \ COMMONOBJS = \ #$ ExpandList("COMMONOBJS"); -COMMONDEPS = \ - #$ ExpandList("COMMONDEPS"); - GENERICOBJS = \ #$ ExpandList("GENERICOBJS"); -GENERICDEPS = \ - #$ ExpandList("GENERICDEPS"); - GUIOBJS = \ #$ ExpandList("GUIOBJS"); -GUIDEPS = \ - #$ ExpandList("GUIDEPS"); - UNIXOBJS = \ #$ ExpandList("UNIXOBJS"); -UNIXDEPS = \ - #$ ExpandList("UNIXDEPS"); - HTMLOBJS = \ #$ ExpandList("HTMLOBJS"); -HTMLDEPS = \ - #$ ExpandList("HTMLDEPS"); -