-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPB.project
43 lines (43 loc) · 1.64 KB
/
PB.project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
APPCLASS = NSApplication;
DYNAMIC_CODE_GEN = YES;
FILESTABLE = {
CLASSES = (NIBParser.m, NSIBObjectData.m, XMLDocument.m, XMLElement.m, XMLNode.m, NSWindowTemplate.m, NSMenuTemplate.m, NSCustomObject.m, NSString+Additions.m, NSView+Additions.m, NSObject+KeyExtraction.m);
FRAMEWORKS = (AppKit.framework, Foundation.framework);
H_FILES = (
NIBParser.h,
NSClassSwapper.h,
NSIBObjectData.h,
XMLDocument.h,
XMLElement.h,
XMLNode.h,
NSWindowTemplate.h,
NSMenuTemplate.h,
NSCustomObject.h,
NSString+Additions.h,
NSView+Additions.h,
OidProvider.h,
XMLParsing.h,
NSObject+KeyExtraction.h
);
INTERFACES = (NEXTSTEP_nib2xib.nib, WINDOWS_nib2xib.nib);
OTHER_LINKED = (nib2xib_main.m);
OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, m.template, h.template);
};
LANGUAGE = English;
LOCALIZABLE_FILES = {
NEXTSTEP_nib2xib.nib = NEXTSTEP_nib2xib.nib;
WINDOWS_nib2xib.nib = WINDOWS_nib2xib.nib;
};
MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles";
NEXTSTEP_BUILDTOOL = /bin/gnumake;
NEXTSTEP_INSTALLDIR = "$(HOME)/Apps";
NEXTSTEP_MAINNIB = NEXTSTEP_nib2xib.nib;
PDO_UNIX_BUILDTOOL = $NEXT_ROOT/NextDeveloper/bin/make;
PROJECTNAME = nib2xib;
PROJECTTYPE = Tool;
PROJECTVERSION = 2.6;
WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make;
WINDOWS_INSTALLDIR = /MyApps;
WINDOWS_MAINNIB = WINDOWS_nib2xib.nib;
}