-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProjectExporter_Windows.cbp
More file actions
132 lines (131 loc) · 5.99 KB
/
Copy pathProjectExporter_Windows.cbp
File metadata and controls
132 lines (131 loc) · 5.99 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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="ProjectExporter" />
<Option platforms="Windows;" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="ProjectExporter">
<Option output="../../../devel$(#WXWIDGETS.WX_VERSION)_$(#CB_BUILD.OSBITS)/share/CodeBlocks/plugins/ProjectExporter" prefix_auto="0" extension_auto="1" />
<Option working_dir="$(TARGET_OUTPUT_DIR)" />
<Option object_output="../../../.objs$(#WXWIDGETS.WX_VERSION)_$(#CB_BUILD.OSBITS)/plugins/ProjectExporter" />
<Option type="3" />
<Option host_application="../../../devel$(#WXWIDGETS.WX_VERSION)_$(#CB_BUILD.OSBITS)/codeblocks.exe" />
<Option run_host_application_in_terminal="0" />
<ExtraCommands>
<Add before="cmd /c if not exist $(TARGET_OUTPUT_DIR) mkdir $(TARGET_OUTPUT_DIR)" />
<Add before="cmd /c if exist ..\..\..\devel$(#WXWIDGETS.WX_VERSION)_$(#CB_BUILD.OSBITS)\share\CodeBlocks\ProjectExporter.zip del ..\..\..\devel$(#WXWIDGETS.WX_VERSION)_$(#CB_BUILD.OSBITS)\share\CodeBlocks\ProjectExporter.zip" />
<Add after="zip -jq9 ..\..\..\devel$(#WXWIDGETS.WX_VERSION)_$(#CB_BUILD.OSBITS)\share\CodeBlocks\ProjectExporter.zip manifest.xml Exporter_PreMake4/*.xrc" />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="ProjectExporter;" />
</VirtualTargets>
<Compiler>
<Add option="-Wall" />
<Add option="$(#CB_BUILD.CFLAGS)" />
<Add option="-pipe" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-mthreads" />
<Add option="-std=$(#CB_BUILD.CPP_STD)" />
<Add option="-m$(#CB_BUILD.OSBITS)" />
<Add option="-fno-keep-inline-dllexport" />
<Add option="-DBUILDING_PLUGIN" />
<Add option="-DHAVE_W32API_H" />
<Add option="-D__WXMSW__" />
<Add option="-DWXUSINGDLL" />
<Add option="-DcbDEBUG" />
<Add option="-DwxUSE_UNICODE" />
<Add option="-D_WIN$(#CB_BUILD.OSBITS)" />
<Add directory="$(#WXWIDGETS.include)" />
<Add directory="$(#WXWIDGETS.lib)/gcc_dll$(#WXWIDGETS.WX_CFG)/msw$(#WXWIDGETS.WX_SUFFIX)" />
<Add directory="../../../include" />
<Add directory="../../../sdk/wxscintilla/include" />
<Add directory="../../../include/tinyxml" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#WXWIDGETS.include)" />
<Add directory="$(#WXWIDGETS)/lib/gcc_dll$(#WXWIDGETS.WX_CFG)/msw$(#WXWIDGETS.WX_SUFFIX)" />
</ResourceCompiler>
<Linker>
<Add option="-Wl,--enable-auto-import" />
<Add option="-Wl,--no-undefined" />
<Add option="-mthreads" />
<Add library="codeblocks" />
<Add library="wxmsw$(#WXWIDGETS.WX_VERSION)$(#WXWIDGETS.WX_SUFFIX)" />
<Add library="ole32" />
<Add library="uuid" />
<Add library="rpcrt4" />
<Add directory="../../../devel$(#WXWIDGETS.WX_VERSION)_$(#CB_BUILD.OSBITS)" />
<Add directory="$(#WXWIDGETS.lib)/gcc_dll$(#WXWIDGETS.WX_CFG)" />
</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="wxsmith/PremakeDlg.wxs" />
<Unit filename="manifest.xml" />
<Unit filename="manifest.rc" >
<Option compilerVar="WINDRES" />
</Unit>
<Extensions>
<cbSystemView>
<target name="#project#">
<svdFile path="" />
</target>
</cbSystemView>
<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>