-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProjectExporter_unix.cbp
100 lines (100 loc) · 4.16 KB
/
ProjectExporter_unix.cbp
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="ProjectExporter Unix_MacOS" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="bin/ProjectExporter" prefix_auto="0" extension_auto="1" />
<Option object_output="objs" />
<Option type="3" />
<Option compiler="gcc" />
<Compiler>
<Add option="`pkg-config --cflags codeblocks`" />
<Add option="`wx-config --cflags`" />
<Add option="-g" />
<Add option="-Wall" />
<Add option="-DTIXML_USE_STL" />
</Compiler>
<Linker>
<Add option="`pkg-config --libs codeblocks`" />
<Add option="`wx-config --libs`" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 bin/ProjectExporter.zip manifest.xml Exporter_PreMake4/*.xrc" />
<Add after="zip -j9 bin/ProjectExporter.cbplugin bin/ProjectExporter.so bin/ProjectExporter.zip" />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<Compiler>
<Add option="-std=c++11" />
<Add option="-fPIC" />
</Compiler>
<Linker>
<Add option="-Wl,--no-undefined" />
</Linker>
<Unit filename="ExporterBase.cpp" />
<Unit filename="ExporterBase.h" />
<Unit filename="Exporter_AutoTools/AutotoolsExporter.cpp" />
<Unit filename="Exporter_AutoTools/AutotoolsExporter.h" />
<Unit filename="Exporter_BakeFile/BakefileExporter.cpp" />
<Unit filename="Exporter_BakeFile/BakefileExporter.h" />
<Unit filename="Exporter_CMake/CMakeListsExporter.cpp" />
<Unit filename="Exporter_CMake/CMakeListsExporter.h" />
<Unit filename="Exporter_PreMake4/Premake4Dlg.cpp" />
<Unit filename="Exporter_PreMake4/Premake4Dlg.h" />
<Unit filename="Exporter_PreMake4/Premake4Dlg.xrc" />
<Unit filename="Exporter_PreMake4/Premake4Exporter.cpp" />
<Unit filename="Exporter_PreMake4/Premake4Exporter.h" />
<Unit filename="Exporter_PreMake5/PM5SettingsDialog.cpp" />
<Unit filename="Exporter_PreMake5/PM5SettingsDialog.h" />
<Unit filename="Exporter_PreMake5/pm_base.cpp" />
<Unit filename="Exporter_PreMake5/pm_base.h" />
<Unit filename="Exporter_PreMake5/pm_config.cpp" />
<Unit filename="Exporter_PreMake5/pm_config.h" />
<Unit filename="Exporter_PreMake5/pm_config_cb.cpp" />
<Unit filename="Exporter_PreMake5/pm_config_cb.h" />
<Unit filename="Exporter_PreMake5/pm_defaults.cpp" />
<Unit filename="Exporter_PreMake5/pm_defaults.h" />
<Unit filename="Exporter_PreMake5/pm_file.cpp" />
<Unit filename="Exporter_PreMake5/pm_file.h" />
<Unit filename="Exporter_PreMake5/pm_file_cb.cpp" />
<Unit filename="Exporter_PreMake5/pm_file_cb.h" />
<Unit filename="Exporter_PreMake5/pm_project.cpp" />
<Unit filename="Exporter_PreMake5/pm_project.h" />
<Unit filename="Exporter_PreMake5/pm_project_cb.cpp" />
<Unit filename="Exporter_PreMake5/pm_project_cb.h" />
<Unit filename="Exporter_PreMake5/pm_regex.cpp" />
<Unit filename="Exporter_PreMake5/pm_regex.h" />
<Unit filename="Exporter_PreMake5/pm_settings.cpp" />
<Unit filename="Exporter_PreMake5/pm_settings.h" />
<Unit filename="Exporter_PreMake5/pm_utils.cpp" />
<Unit filename="Exporter_PreMake5/pm_utils.h" />
<Unit filename="Exporter_PreMake5/pm_workspace.cpp" />
<Unit filename="Exporter_PreMake5/pm_workspace.h" />
<Unit filename="Exporter_PreMake5/pm_workspace_cb.cpp" />
<Unit filename="Exporter_PreMake5/pm_workspace_cb.h" />
<Unit filename="Exporter_PreMake5/premake5cb.cpp" />
<Unit filename="Exporter_PreMake5/premake5cb.h" />
<Unit filename="Exporter_PreMake5/wxsmith/PM5SettingsDialog.wxs" />
<Unit filename="ProjectExporter.cpp" />
<Unit filename="ProjectExporter.h" />
<Unit filename="manifest.rc">
<Option compilerVar="WINDRES" />
<Option compile="0" />
<Option link="0" />
</Unit>
<Unit filename="manifest.xml" />
<Unit filename="wxsmith/PremakeDlg.wxs" />
<Extensions>
<wxsmith version="1">
<resources>
<wxScrollingDialog wxs="wxsmith/ExportDialog.wxs" src="ExportDialog.cpp" hdr="ExportDialog.h" xrc="ExportDialog.xrc" fwddecl="0" i18n="1" name="ExportDialog" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>