root/trunk/SetupScript/pspec.ini

Revision 5, 3.7 kB (checked in by qbert, 3 years ago)

Initial ( and last :( ) commit

Line 
1 [ProjectSpecSettings]
2 console_rootFolder=Basic
3 console_treeImagePath=
4 console_pathToImage=
5 console_description=A console project.
6 console_versionIdentifiers=
7 console_debugIdentifiers=
8 console_libraries=phobos.lib
9 console_authorName=Author Name
10 console_companyName=Company Name
11 console_files=$installPath\ProjectFiles\console_main.d
12 console_inlin=0
13 console_allobj=0
14 console_allowDeprecated=0
15 console_clean=1
16 console_debug=1
17 console_dll=0
18 console_full=0
19 console_gui=0
20 console_lib=0
21 console_link=0
22 console_obj=0
23 console_names=1
24 console_release=0
25 console_warnings=0
26 console_test=0
27 console_pHooks=1
28 console_verbose=0
29 console_optimize=0
30 console_nolib=0
31 console_nolink=0
32 console_silent=0
33 console_v=0
34 console_unittest=1
35 console_M=
36 console_X=
37 static lib_rootFolder=Static Libraries
38 static lib_treeImagePath=
39 static lib_pathToImage=
40 static lib_description=A static lib
41 static lib_versionIdentifiers=
42 static lib_debugIdentifiers=
43 static lib_libraries=
44 static lib_authorName=Author Name
45 static lib_companyName=Company Name
46 static lib_files=$installPath\ProjectFiles\static_main.d
47 static lib_inlin=0
48 static lib_allobj=0
49 static lib_allowDeprecated=0
50 static lib_clean=1
51 static lib_debug=1
52 static lib_dll=0
53 static lib_full=0
54 static lib_gui=0
55 static lib_lib=1
56 static lib_link=0
57 static lib_obj=0
58 static lib_names=1
59 static lib_release=0
60 static lib_warnings=0
61 static lib_test=0
62 static lib_pHooks=1
63 static lib_verbose=0
64 static lib_optimize=0
65 static lib_nolib=0
66 static lib_nolink=0
67 static lib_silent=0
68 static lib_v=0
69 static lib_unittest=1
70 static lib_M=
71 static lib_X=
72 projects=console,static lib,c interface dll,d interface dll
73 c interface dll_rootFolder=Shared Libraries
74 c interface dll_treeImagePath=
75 c interface dll_pathToImage=
76 c interface dll_description=A DLL with a C interface
77 c interface dll_versionIdentifiers=
78 c interface dll_debugIdentifiers=
79 c interface dll_libraries=
80 c interface dll_authorName=Author Name
81 c interface dll_companyName=Company Name
82 c interface dll_files=$installPath\ProjectFiles\cshared_main.d
83 c interface dll_inlin=0
84 c interface dll_allobj=0
85 c interface dll_allowDeprecated=0
86 c interface dll_clean=0
87 c interface dll_debug=1
88 c interface dll_dll=1
89 c interface dll_full=0
90 c interface dll_gui=0
91 c interface dll_lib=0
92 c interface dll_link=0
93 c interface dll_obj=0
94 c interface dll_names=0
95 c interface dll_release=0
96 c interface dll_warnings=0
97 c interface dll_test=0
98 c interface dll_pHooks=1
99 c interface dll_verbose=0
100 c interface dll_optimize=0
101 c interface dll_nolib=0
102 c interface dll_nolink=0
103 c interface dll_silent=0
104 c interface dll_v=0
105 c interface dll_unittest=1
106 c interface dll_M=
107 c interface dll_X=
108 d interface dll_rootFolder=Shared Libraries
109 d interface dll_treeImagePath=
110 d interface dll_pathToImage=
111 d interface dll_description=A shared gc dll.
112 d interface dll_versionIdentifiers=
113 d interface dll_debugIdentifiers=
114 d interface dll_libraries=
115 d interface dll_authorName=Author Name
116 d interface dll_companyName=Company Name
117 d interface dll_files=$installPath\ProjectFiles\dshared_main.d,$installPath\ProjectFiles\dshared_class.d
118 d interface dll_inlin=0
119 d interface dll_allobj=0
120 d interface dll_allowDeprecated=0
121 d interface dll_clean=0
122 d interface dll_debug=0
123 d interface dll_dll=1
124 d interface dll_full=0
125 d interface dll_gui=0
126 d interface dll_lib=0
127 d interface dll_link=0
128 d interface dll_obj=0
129 d interface dll_names=0
130 d interface dll_release=0
131 d interface dll_warnings=0
132 d interface dll_test=0
133 d interface dll_pHooks=0
134 d interface dll_verbose=0
135 d interface dll_optimize=0
136 d interface dll_nolib=0
137 d interface dll_nolink=0
138 d interface dll_silent=0
139 d interface dll_v=0
140 d interface dll_unittest=0
141 d interface dll_M=
142 d interface dll_X=
Note: See TracBrowser for help on using the browser.