2007-06-04 22:27:18 +00:00
|
|
|
{
|
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
2007-08-21 21:30:36 +00:00
|
|
|
"optionsButtonClicked:",
|
|
|
|
"optionsPopupChanged:"
|
2007-06-04 22:27:18 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
2007-08-21 21:30:36 +00:00
|
|
|
PCProjectBuilderOptions = {
|
2007-06-04 22:27:18 +00:00
|
|
|
Actions = (
|
2007-08-21 21:30:36 +00:00
|
|
|
"optionsPopupChanged:",
|
|
|
|
"optionsButtonClicked:"
|
2007-06-04 22:27:18 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
buildArgsField,
|
|
|
|
debugButton,
|
|
|
|
verboseButton,
|
|
|
|
optionsPanel,
|
2007-08-21 21:30:36 +00:00
|
|
|
stripButton,
|
2007-06-04 22:27:18 +00:00
|
|
|
sharedLibsButton,
|
|
|
|
targetPopup
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
}
|