Add code to handle Cocoa, CocoaH, and CocoaR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,6 +83,8 @@
|
|||||||
$wxMSW{$filename} = $fileflags;
|
$wxMSW{$filename} = $fileflags;
|
||||||
} elsif ( $filetype eq "Mac" ) {
|
} elsif ( $filetype eq "Mac" ) {
|
||||||
$wxMAC{$filename} = $fileflags;
|
$wxMAC{$filename} = $fileflags;
|
||||||
|
} elsif ( $filetype eq "Cocoa" ) {
|
||||||
|
$wxCOCOA{$filename} = $fileflags;
|
||||||
} elsif ( $filetype eq "Motif" ) {
|
} elsif ( $filetype eq "Motif" ) {
|
||||||
$wxMOTIF{$filename} = $fileflags;
|
$wxMOTIF{$filename} = $fileflags;
|
||||||
} elsif ( $filetype eq "GTK" ) {
|
} elsif ( $filetype eq "GTK" ) {
|
||||||
@@ -111,6 +113,8 @@
|
|||||||
$wxHTMLINCLUDE{$filename} = $fileflags;
|
$wxHTMLINCLUDE{$filename} = $fileflags;
|
||||||
} elsif ( $filetype eq "MacH" ) {
|
} elsif ( $filetype eq "MacH" ) {
|
||||||
$wxMACINCLUDE{$filename} = $fileflags;
|
$wxMACINCLUDE{$filename} = $fileflags;
|
||||||
|
} elsif ( $filetype eq "CocoaH" ) {
|
||||||
|
$wxCOCOAINCLUDE{$filename} = $fileflags;
|
||||||
} elsif ( $filetype eq "MotifH" ) {
|
} elsif ( $filetype eq "MotifH" ) {
|
||||||
$wxMOTIFINCLUDE{$filename} = $fileflags;
|
$wxMOTIFINCLUDE{$filename} = $fileflags;
|
||||||
} elsif ( $filetype eq "MSWH" && $fileflags =~ m/O/ ) {
|
} elsif ( $filetype eq "MSWH" && $fileflags =~ m/O/ ) {
|
||||||
@@ -133,6 +137,8 @@
|
|||||||
$wxGENERICINCLUDE{$filename} = $fileflags;
|
$wxGENERICINCLUDE{$filename} = $fileflags;
|
||||||
} elsif ( $filetype eq "MacR" ) {
|
} elsif ( $filetype eq "MacR" ) {
|
||||||
$wxMACRESOURCE{$filename} = $fileflags;
|
$wxMACRESOURCE{$filename} = $fileflags;
|
||||||
|
} elsif ( $filetype eq "CocoaR" ) {
|
||||||
|
$wxCOCOARESOURCE{$filename} = $fileflags;
|
||||||
} else {
|
} else {
|
||||||
warn "Unknown file type $filetype for $filename, ignoring.\n";
|
warn "Unknown file type $filetype for $filename, ignoring.\n";
|
||||||
next line;
|
next line;
|
||||||
|
Reference in New Issue
Block a user