git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13345
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
foreach $file (sort keys %wxCommon) {
}
foreach $file (sort keys %wxCommon) {
+ next if $wxCommon{$file} =~ /\b(16|U)\b/;
+
$isCFile = $file =~ /\.c$/;
$file =~ s/cp?p?$/obj/;
$obj = "\$(MSWDIR)\\" . $file . " ";
$isCFile = $file =~ /\.c$/;
$file =~ s/cp?p?$/obj/;
$obj = "\$(MSWDIR)\\" . $file . " ";
foreach $file (sort keys %wxCommon) {
#! socket files don't compile under Win16 currently
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/;
#! needs extra files (sql*.h) so not compiled by default.
next if $file =~ /^odbc\./;
#! needs extra files (sql*.h) so not compiled by default.
next if $file =~ /^odbc\./;
}
foreach $file (sort keys %wxCommon) {
}
foreach $file (sort keys %wxCommon) {
- next if $wxCommon{$file} =~ /\b(16)\b/;
+ next if $wxCommon{$file} =~ /\b(16|U)\b/;
#! needs extra files (sql*.h) so not compiled by default.
#! next if $file =~ /^odbc\./;
#! needs extra files (sql*.h) so not compiled by default.
#! next if $file =~ /^odbc\./;
}
foreach $file (sort keys %wxCommon) {
}
foreach $file (sort keys %wxCommon) {
- next if $wxCommon{$file} =~ /\bR\b/;
+ next if $wxCommon{$file} =~ /\b(R|U|16)\b/;
($fileobj = $file) =~ s/cp?p?$/\o/;
($fileobj = $file) =~ s/cp?p?$/\o/;
}
foreach $file (sort keys %wxCommon) {
}
foreach $file (sort keys %wxCommon) {
+ next if $wxCommon{$file} =~ /\b(16|U)\b/;
+
$file =~ s/cp?p?$/obj/;
$project{"WXCOMMONOBJS"} .= '$(COMMDIR)\\' . $file . " "
}
$file =~ s/cp?p?$/obj/;
$project{"WXCOMMONOBJS"} .= '$(COMMDIR)\\' . $file . " "
}
foreach $file (sort keys %wxCommon) {
#! socket files don't compile under Win16 currently
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/;
$isCFile = $file =~ /\.c$/;
$file =~ s/cp?p?$/obj/;
}
foreach $file (sort keys %wxCommon) {
}
foreach $file (sort keys %wxCommon) {
+ next if $wxCommon{$file} =~ /\b(16|U)\b/;
+
$isCFile = $file =~ /\.c$/;
$file =~ s/cp?p?$/obj/;
$project{"WXCOMMONOBJS"} .= $file . " ";
$isCFile = $file =~ /\.c$/;
$file =~ s/cp?p?$/obj/;
$project{"WXCOMMONOBJS"} .= $file . " ";