projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix so OGL can build without wxBuffer
[wxWidgets.git]
/
distrib
/
msw
/
tmake
/
msw.t
diff --git
a/distrib/msw/tmake/msw.t
b/distrib/msw/tmake/msw.t
index 1f903c4cf623494fc24bb4dd8ae20832d8ccbcc2..cfdd651f733f8b5f0cc8b5b049620fa4c1f9c873 100644
(file)
--- a/
distrib/msw/tmake/msw.t
+++ b/
distrib/msw/tmake/msw.t
@@
-25,7
+25,7
@@
}
foreach $file (sort keys %wxCommon) {
}
foreach $file (sort keys %wxCommon) {
- next if $wxCommon{$file} =~ /\b
R
\b/;
+ next if $wxCommon{$file} =~ /\b
(R|U|16)
\b/;
($fileobj = $file) =~ s/cp?p?$/\o/;
($fileobj = $file) =~ s/cp?p?$/\o/;
@@
-86,7
+86,7
@@
$project{"MSW_HEADERS"} .= "protocol/" . $file . " "
}
#$}
$project{"MSW_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 MSW.T!
ALL_SOURCES = \
#$ ExpandList("MSW_SOURCES");
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MSW.T!
ALL_SOURCES = \
#$ ExpandList("MSW_SOURCES");