-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScriptedwizard-unix.cbp
More file actions
106 lines (106 loc) · 6.67 KB
/
Scriptedwizard-unix.cbp
File metadata and controls
106 lines (106 loc) · 6.67 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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Scripted wizard for Unix" />
<Option default_target="src" />
<Option compiler="gcc" />
<Build>
<Target title="Linux Debug">
<Option output="devel/share/codeblocks/plugins/scriptedwizard" prefix_auto="0" extension_auto="1" />
<Option working_dir="devel/share/codeblocks/plugins" />
<Option object_output=".objs/debug" />
<Option type="3" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="1" />
<Compiler>
<Add option="-g" />
<Add option="-DcbDEBUG" />
</Compiler>
<ExtraCommands>
<Add after="zip -j9 devel/share/codeblocks/scriptedwizard.zip plugins/scriptedwizard/resources/manifest.xml" />
<Add after="zip -j9 scriptedwizard.cbplugin devel/share/codeblocks/plugins/scriptedwizard.so devel/share/codeblocks/scriptedwizard.zip" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="Linux Release">
<Option output="devel/share/codeblocks/plugins/scriptedwizard" prefix_auto="0" extension_auto="1" />
<Option working_dir="devel/share/codeblocks/plugins" />
<Option object_output=".objs/release" />
<Option type="3" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="1" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 devel/share/codeblocks/scriptedwizard.zip plugins/scriptedwizard/resources/manifest.xml" />
<Add after="zip -j9 scriptedwizard.cbplugin devel/share/codeblocks/plugins/scriptedwizard.so devel/share/codeblocks/scriptedwizard.zip" />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-ansi" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-Winvalid-pch" />
<Add option="-fPIC" />
<Add option="`pkg-config --cflags codeblocks`" />
<Add option="`wx-config --cflags`" />
<Add option="-DCB_PRECOMP" />
</Compiler>
<Linker>
<Add option="`pkg-config --libs codeblocks`" />
<Add option="`wx-config --libs`" />
<Add option="-Wl,--no-undefined" />
</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>