-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScriptedwizard.cbp
More file actions
163 lines (163 loc) · 9.18 KB
/
Scriptedwizard.cbp
File metadata and controls
163 lines (163 loc) · 9.18 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Scripted wizard" />
<Option default_target="src" />
<Option compiler="gcc" />
<Build>
<Target title="Win32 Debug">
<Option output="devel/share/CodeBlocks/plugins/scriptedwizard" prefix_auto="1" extension_auto="1" />
<Option working_dir="devel" />
<Option object_output=".objs/Debug" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --no-dde --no-check-associations --multiple-instance --no-splash-screen --verbose -p debug" />
<Option host_application="./codeblocks.exe" />
<Option run_host_application_in_terminal="0" />
<Option projectLinkerOptionsRelation="1" />
<Compiler>
<Add option="-g" />
<Add option="-DcbDEBUG" />
<Add option="-DBUILDING_PLUGIN" />
<Add directory="$(#cb)/include" />
<Add directory="$(#cb)/include/scripting/include" />
<Add directory="$(#cb)/include/scripting/sqplus" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#wx.include)" />
<Add directory="$(#wx.lib)/gcc_dll/mswu" />
</Compiler>
<Linker>
<Add option="-Wl,--enable-auto-image-base" />
<Add option="-Wl,--add-stdcall-alias" />
<Add option="-Wl,--enable-auto-import" />
<Add option="-Wl,--no-undefined" />
<Add option="-mthreads" />
<Add library="codeblocks" />
<Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
<Add directory="$(#cb)/devel" />
<Add directory="$(#wx.lib)/gcc_dll" />
</Linker>
<ExtraCommands>
<Add after="cmd /c if not exist devel\share\CodeBlocks mkdir devel\share\CodeBlocks" />
<Add after="zip -jq9 devel\share\CodeBlocks\scriptedwizard.zip plugins\scriptedwizard\resources\manifest.xml" />
<Add after="zip -jq9 scriptedwizard.cbplugin devel\share\CodeBlocks\plugins\scriptedwizard.dll devel\share\CodeBlocks\scriptedwizard.zip" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="Win32 Release">
<Option output="devel/share/CodeBlocks/plugins/scriptedwizard" prefix_auto="1" extension_auto="1" />
<Option working_dir="devel" />
<Option object_output=".objs/Release" />
<Option type="3" />
<Option compiler="gcc" />
<Option host_application="./codeblocks.exe" />
<Option run_host_application_in_terminal="0" />
<Option projectLinkerOptionsRelation="1" />
<Compiler>
<Add option="-O2" />
<Add directory="$(#cb)/include" />
<Add directory="$(#cb)/include/scripting/include" />
<Add directory="$(#cb)/include/scripting/sqplus" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#wx.include)" />
<Add directory="$(#wx.lib)/gcc_dll/mswu" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-Wl,--enable-auto-image-base" />
<Add option="-Wl,--add-stdcall-alias" />
<Add option="-Wl,--enable-auto-import" />
<Add option="-Wl,--no-undefined" />
<Add option="-mthreads" />
<Add library="codeblocks" />
<Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
<Add directory="$(#cb)/devel" />
<Add directory="$(#wx.lib)/gcc_dll" />
</Linker>
<ExtraCommands>
<Add after="cmd /c if not exist devel\share\CodeBlocks mkdir devel\share\CodeBlocks" />
<Add after="zip -jq9 devel\share\CodeBlocks\scriptedwizard.zip plugins\scriptedwizard\resources\manifest.xml" />
<Add after="zip -jq9 scriptedwizard.cbplugin devel\share\CodeBlocks\plugins\scriptedwizard.dll devel\share\CodeBlocks\scriptedwizard.zip" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Environment>
<Variable name="WX_CFG" value="" />
<Variable name="WX_SUFFIX" value="u" />
<Variable name="WX_VERSION" value="28" />
</Environment>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-pipe" />
<Add option="-mthreads" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-Winvalid-pch" />
<Add option="-DHAVE_W32API_H" />
<Add option="-D__WXMSW__" />
<Add option="-DWXUSINGDLL" />
<Add option="-DCB_PRECOMP" />
<Add option="-DWX_PRECOMP" />
<Add option="-DwxUSE_UNICODE" />
<Add directory="$(#WX.include)" />
<Add directory="$(#WX.lib)/gcc_dll$(WX_CFG)/msw$(WX_SUFFIX)" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
<Add directory="$(#cb)/sdk/wxpropgrid/include" />
<Add directory="$(#cb)/include/tinyxml" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#WX.include)" />
<Add directory="$(#WX)/lib/gcc_dll$(WX_CFG)/msw$(WX_SUFFIX)" />
</ResourceCompiler>
<Linker>
<Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
<Add directory="$(#cb)/base/tinyxml" />
<Add directory="$(#WX.lib)/gcc_dll$(WX_CFG)" />
</Linker>
<Unit filename="plugins/scriptedwizard/buildtargetpanel.cpp" />
<Unit filename="plugins/scriptedwizard/buildtargetpanel.h" />
<Unit filename="plugins/scriptedwizard/compilerpanel.cpp" />
<Unit filename="plugins/scriptedwizard/compilerpanel.h" />
<Unit filename="plugins/scriptedwizard/filepathpanel.cpp" />
<Unit filename="plugins/scriptedwizard/filepathpanel.h" />
<Unit filename="plugins/scriptedwizard/genericselectpath.cpp" />
<Unit filename="plugins/scriptedwizard/genericselectpath.h" />
<Unit filename="plugins/scriptedwizard/genericsinglechoicelist.cpp" />
<Unit filename="plugins/scriptedwizard/genericsinglechoicelist.h" />
<Unit filename="plugins/scriptedwizard/infopanel.cpp" />
<Unit filename="plugins/scriptedwizard/infopanel.h" />
<Unit filename="plugins/scriptedwizard/projectpathpanel.cpp" />
<Unit filename="plugins/scriptedwizard/projectpathpanel.h" />
<Unit filename="plugins/scriptedwizard/resources/manifest.xml" />
<Unit filename="plugins/scriptedwizard/wiz.cpp" />
<Unit filename="plugins/scriptedwizard/wiz.h" />
<Unit filename="plugins/scriptedwizard/wizpage.cpp" />
<Unit filename="plugins/scriptedwizard/wizpage.h" />
<Extensions>
<code_completion />
<envvars />
<wxsmith version="1">
<resources>
<wxScrollingDialog wxs="wxsmith/VirtualBuildTargetsDlg.wxs" src="sdk/virtualbuildtargetsdlg.cpp" hdr="include/virtualbuildtargetsdlg.h" xrc="sdk/resources/virtualbuildtargetsdlg.xrc" fwddecl="0" i18n="1" name="VirtualBuildTargetsDlg" language="CPP" />
<wxScrollingDialog wxs="wxsmith/databreakpointdlg.wxs" src="plugins/debuggergdb/databreakpointdlg.cpp" hdr="plugins/debuggergdb/databreakpointdlg.h" fwddecl="0" i18n="1" name="DataBreakpointDlg" language="CPP" />
<wxScrollingDialog wxs="wxsmith/CCDebugInfo.wxs" src="plugins/codecompletion/parser/ccdebuginfo.cpp" hdr="plugins/codecompletion/parser/ccdebuginfo.h" fwddecl="0" i18n="1" name="CCDebugInfo" language="CPP" />
<wxPanel wxs="wxsmith/ScriptConsole.wxs" src="src/scriptconsole.cpp" hdr="src/scriptconsole.h" fwddecl="0" i18n="1" name="ScriptConsole" language="CPP" />
<wxPanel wxs="wxsmith/BuildTargetPanel.wxs" src="plugins/scriptedwizard/buildtargetpanel.cpp" hdr="plugins/scriptedwizard/buildtargetpanel.h" fwddecl="0" i18n="1" name="BuildTargetPanel" language="CPP" />
<wxPanel wxs="wxsmith/CompilerPanel.wxs" src="plugins/scriptedwizard/compilerpanel.cpp" hdr="plugins/scriptedwizard/compilerpanel.h" fwddecl="0" i18n="1" name="CompilerPanel" language="CPP" />
<wxPanel wxs="wxsmith/FilePathPanel.wxs" src="plugins/scriptedwizard/filepathpanel.cpp" hdr="plugins/scriptedwizard/filepathpanel.h" fwddecl="0" i18n="1" name="FilePathPanel" language="CPP" />
<wxPanel wxs="wxsmith/GenericSelectPath.wxs" src="plugins/scriptedwizard/genericselectpath.cpp" hdr="plugins/scriptedwizard/genericselectpath.h" fwddecl="0" i18n="1" name="GenericSelectPath" language="CPP" />
<wxPanel wxs="wxsmith/GenericSingleChoiceList.wxs" src="plugins/scriptedwizard/genericsinglechoicelist.cpp" hdr="plugins/scriptedwizard/genericsinglechoicelist.h" fwddecl="0" i18n="1" name="GenericSingleChoiceList" language="CPP" />
<wxPanel wxs="wxsmith/InfoPanel.wxs" src="plugins/scriptedwizard/infopanel.cpp" hdr="plugins/scriptedwizard/infopanel.h" fwddecl="0" i18n="1" name="InfoPanel" language="CPP" />
<wxPanel wxs="wxsmith/ProjectPathPanel.wxs" src="plugins/scriptedwizard/projectpathpanel.cpp" hdr="plugins/scriptedwizard/projectpathpanel.h" fwddecl="0" i18n="1" name="ProjectPathPanel" language="CPP" />
<wxPanel wxs="wxsmith/EmbeddedHtmlPanel.wxs" src="plugins/defaultmimehandler/EmbeddedHtmlPanel.cpp" hdr="plugins/defaultmimehandler/EmbeddedHtmlPanel.h" fwddecl="1" i18n="1" name="EmbeddedHtmlPanel" language="CPP" />
<wxScrollingDialog wxs="wxsmith/debuggersettingsdlg.wxs" src="src/debuggersettingsdlg.cpp" hdr="src/debuggersettingsdlg.h" fwddecl="0" i18n="1" name="DebuggerSettingsDlg" language="CPP" />
<wxPanel wxs="wxsmith/debuggersettingspanel.wxs" src="src/debuggersettingspanel.cpp" hdr="src/debuggersettingspanel.h" fwddecl="0" i18n="1" name="DebuggerSettingsPanel" language="CPP" />
<wxPanel wxs="wxsmith/debuggersettingscommonpanel.wxs" src="src/debuggersettingscommonpanel.cpp" hdr="src/debuggersettingscommonpanel.h" fwddecl="0" i18n="1" name="DebuggerSettingsCommonPanel" language="CPP" />
</resources>
</wxsmith>
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>