~igor-cali/bilancio/trunk-a18

« back to all changes in this revision

Viewing changes to cb/omberr.cbp

  • Committer: Igor Calì
  • Date: 2020-08-16 22:23:48 UTC
  • Revision ID: igor.cali0@gmail.com-20200816222348-u767q52567ov3cv0
v3.4.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                                        <Add directory="F:/WinDrUntu/2_Programmi/wxWidgets-3.0.2/lib/gcc_dll" />
80
80
                                </Linker>
81
81
                        </Target>
82
 
                        <Target title="Debug_GTK_precise">
83
 
                                <Option platforms="Unix;" />
84
 
                                <Option output="Debug_GTK/omberr" prefix_auto="1" extension_auto="1" />
85
 
                                <Option object_output="Debug_GTK/" />
86
 
                                <Option type="3" />
87
 
                                <Option compiler="gcc" />
88
 
                                <Option createDefFile="1" />
89
 
                                <Option createStaticLib="1" />
90
 
                                <Option projectLinkerOptionsRelation="2" />
91
 
                                <Compiler>
92
 
                                        <Add option="-g" />
93
 
                                        <Add option="`wx-config  --cflags`" />
94
 
                                        <Add option="-fPIC" />
95
 
                                        <Add directory="../3rdparty/wxsqlite3-3.4.1/include" />
96
 
                                </Compiler>
97
 
                                <Linker>
98
 
                                        <Add option="`wx-config  --libs`" />
99
 
                                        <Add library="../lib/libwxcode_gtk2u_wxsqlite3-2.8.so" />
100
 
                                </Linker>
101
 
                        </Target>
102
82
                        <Target title="Debug_GTK">
103
83
                                <Option platforms="Unix;" />
104
84
                                <Option output="Debug_GTK/omberr" prefix_auto="1" extension_auto="1" />
191
171
                                <Compiler>
192
172
                                        <Add option="-g" />
193
173
                                        <Add option="`wx-config  --static=no --unicode=yes --debug=yes --cflags`" />
194
 
                                        <Add option="`pkg-config wxsqlite3-2.8 --cflags`" />
 
174
                                        <Add option="`pkg-config wxsqlite3-3.0 --cflags`" />
195
175
                                        <Add option="-fPIC" />
196
176
                                </Compiler>
197
177
                                <Linker>
198
178
                                        <Add option="`wx-config  --static=no --unicode=yes --debug=yes --libs`" />
199
 
                                        <Add option="`pkg-config wxsqlite3-2.8 --libs`" />
 
179
                                        <Add option="`pkg-config wxsqlite3-3.0 --libs`" />
200
180
                                </Linker>
201
181
                        </Target>
202
182
                </Build>
212
192
                        <Option target="Release_GTK" />
213
193
                        <Option target="Debug_GTK" />
214
194
                </Unit>
215
 
                <Extensions>
216
 
                        <code_completion />
217
 
                        <debugger />
218
 
                        <envvars />
219
 
                </Extensions>
 
195
                <Extensions />
220
196
        </Project>
221
197
</CodeBlocks_project_file>