-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFormatFortranIndentPlugin-unix.cbp
86 lines (86 loc) · 3.28 KB
/
FormatFortranIndentPlugin-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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="FormatFortranIndentPlugin for Unix" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Unix Release">
<Option output="cbplugin/unix/release/FormatFortranIndentPlugin" prefix_auto="0" extension_auto="1" />
<Option object_output=".objs/unix/release" />
<Option type="3" />
<Option compiler="gcc" />
<Option host_application="codeblocks" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-O2" />
<Add option="`pkg-config --cflags codeblocks`" />
<Add option="`wx-config --cflags`" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="`pkg-config --libs codeblocks`" />
<Add option="`wx-config --libs`" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).zip manifest.xml FormatFortranIndentPlugin.xrc" />
<Add after="zip -j9 $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).cbplugin $(TARGET_OUTPUT_FILE) $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).zip FormatFortranIndentPlugin.png FormatFortranIndentPlugin-off.png" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="Unix Debug">
<Option output="cbplugin/unix/debugult/FormatFortranIndentPlugin" prefix_auto="0" extension_auto="1" />
<Option object_output=".objs/unix/debug" />
<Option type="3" />
<Option compiler="gcc" />
<Option host_application="codeblocks" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-g" />
<Add option="`pkg-config --cflags codeblocks`" />
<Add option="`wx-config --cflags`" />
</Compiler>
<Linker>
<Add option="`pkg-config --libs codeblocks`" />
<Add option="`wx-config --libs`" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).zip manifest.xml FormatFortranIndentPlugin.xrc" />
<Add after="zip -j9 $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).cbplugin $(TARGET_OUTPUT_FILE) $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).zip FormatFortranIndentPlugin.png FormatFortranIndentPlugin-off.png" />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<Compiler>
<Add option="-std=c++11" />
<Add option="-fPIC" />
</Compiler>
<Unit filename="CFortranIndentConfigDlg.cpp" />
<Unit filename="CFortranIndentConfigDlg.h" />
<Unit filename="CMyFortranIndentConfig.cpp" />
<Unit filename="CMyFortranIndentConfig.h" />
<Unit filename="CMyWxFortranIndent.cpp" />
<Unit filename="CMyWxFortranIndent.h" />
<Unit filename="FormatFortranIndentPlugin-off.png" />
<Unit filename="FormatFortranIndentPlugin.cpp" />
<Unit filename="FormatFortranIndentPlugin.h" />
<Unit filename="FormatFortranIndentPlugin.png" />
<Unit filename="FormatFortranIndentPlugin.xrc" />
<Unit filename="manifest.xml" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<DoxyBlocks>
<comment_style block="0" line="0" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
</Extensions>
</Project>
</CodeBlocks_project_file>