Commit 0c5167f18fbefa8a47f7468ca7f1d4937784816f
1 parent
da24abfb
Exists in
master
and in
3 other branches
Ajustando biblioteca para compilar na versão 5
Showing
1 changed file
with
211 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,211 @@ |
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | |
| 2 | +<CodeBlocks_project_file> | |
| 3 | + <FileVersion major="1" minor="6" /> | |
| 4 | + <Project> | |
| 5 | + <Option title="lib3270" /> | |
| 6 | + <Option pch_mode="2" /> | |
| 7 | + <Option compiler="gcc" /> | |
| 8 | + <Build> | |
| 9 | + <Target title="Debug"> | |
| 10 | + <Option output=".bin/Debug/lib3270" prefix_auto="1" extension_auto="1" /> | |
| 11 | + <Option object_output=".obj/Debug/" /> | |
| 12 | + <Option type="1" /> | |
| 13 | + <Option compiler="gcc" /> | |
| 14 | + <Compiler> | |
| 15 | + <Add option="-g" /> | |
| 16 | + <Add option="-DDEBUG=1" /> | |
| 17 | + </Compiler> | |
| 18 | + </Target> | |
| 19 | + <Target title="Release"> | |
| 20 | + <Option output=".bin/Release/lib3270" prefix_auto="1" extension_auto="1" /> | |
| 21 | + <Option object_output=".obj/Release/" /> | |
| 22 | + <Option type="3" /> | |
| 23 | + <Option compiler="gcc" /> | |
| 24 | + <Option createDefFile="1" /> | |
| 25 | + <Option createStaticLib="1" /> | |
| 26 | + <Compiler> | |
| 27 | + <Add option="-O2" /> | |
| 28 | + </Compiler> | |
| 29 | + <Linker> | |
| 30 | + <Add option="-s" /> | |
| 31 | + </Linker> | |
| 32 | + </Target> | |
| 33 | + </Build> | |
| 34 | + <Compiler> | |
| 35 | + <Add option="-Wall" /> | |
| 36 | + <Add option="-DLIB3270=1" /> | |
| 37 | + <Add directory="../include" /> | |
| 38 | + <Add directory="../include/lib3270" /> | |
| 39 | + </Compiler> | |
| 40 | + <Unit filename="Makefile.in" /> | |
| 41 | + <Unit filename="XtGlue.c"> | |
| 42 | + <Option compilerVar="CC" /> | |
| 43 | + </Unit> | |
| 44 | + <Unit filename="actions.c"> | |
| 45 | + <Option compilerVar="CC" /> | |
| 46 | + </Unit> | |
| 47 | + <Unit filename="actionsc.h" /> | |
| 48 | + <Unit filename="ansi.c"> | |
| 49 | + <Option compilerVar="CC" /> | |
| 50 | + </Unit> | |
| 51 | + <Unit filename="ansic.h" /> | |
| 52 | + <Unit filename="apl.c"> | |
| 53 | + <Option compilerVar="CC" /> | |
| 54 | + </Unit> | |
| 55 | + <Unit filename="aplc.h" /> | |
| 56 | + <Unit filename="appres.h" /> | |
| 57 | + <Unit filename="arpa_telnet.h" /> | |
| 58 | + <Unit filename="cg.h" /> | |
| 59 | + <Unit filename="charset.c"> | |
| 60 | + <Option compilerVar="CC" /> | |
| 61 | + </Unit> | |
| 62 | + <Unit filename="charsetc.h" /> | |
| 63 | + <Unit filename="childc.h" /> | |
| 64 | + <Unit filename="control.in" /> | |
| 65 | + <Unit filename="ctlr.c"> | |
| 66 | + <Option compilerVar="CC" /> | |
| 67 | + </Unit> | |
| 68 | + <Unit filename="ctlr.h" /> | |
| 69 | + <Unit filename="ctlrc.h" /> | |
| 70 | + <Unit filename="dialogc.h" /> | |
| 71 | + <Unit filename="falbacks.c"> | |
| 72 | + <Option compilerVar="CC" /> | |
| 73 | + </Unit> | |
| 74 | + <Unit filename="ft.c"> | |
| 75 | + <Option compilerVar="CC" /> | |
| 76 | + </Unit> | |
| 77 | + <Unit filename="ft_cut.c"> | |
| 78 | + <Option compilerVar="CC" /> | |
| 79 | + </Unit> | |
| 80 | + <Unit filename="ft_cut_ds.h" /> | |
| 81 | + <Unit filename="ft_cutc.h" /> | |
| 82 | + <Unit filename="ft_dft.c"> | |
| 83 | + <Option compilerVar="CC" /> | |
| 84 | + </Unit> | |
| 85 | + <Unit filename="ft_dft_ds.h" /> | |
| 86 | + <Unit filename="ft_dftc.h" /> | |
| 87 | + <Unit filename="ftc.h" /> | |
| 88 | + <Unit filename="globals.h" /> | |
| 89 | + <Unit filename="glue.c"> | |
| 90 | + <Option compilerVar="CC" /> | |
| 91 | + </Unit> | |
| 92 | + <Unit filename="gluec.h" /> | |
| 93 | + <Unit filename="host.c"> | |
| 94 | + <Option compilerVar="CC" /> | |
| 95 | + </Unit> | |
| 96 | + <Unit filename="hostc.h" /> | |
| 97 | + <Unit filename="icmdc.h" /> | |
| 98 | + <Unit filename="keypadc.h" /> | |
| 99 | + <Unit filename="kybd.c"> | |
| 100 | + <Option compilerVar="CC" /> | |
| 101 | + </Unit> | |
| 102 | + <Unit filename="kybdc.h" /> | |
| 103 | + <Unit filename="localdefs.h" /> | |
| 104 | + <Unit filename="log.c"> | |
| 105 | + <Option compilerVar="CC" /> | |
| 106 | + </Unit> | |
| 107 | + <Unit filename="macros.c"> | |
| 108 | + <Option compilerVar="CC" /> | |
| 109 | + </Unit> | |
| 110 | + <Unit filename="menubarc.h" /> | |
| 111 | + <Unit filename="mkversion.sh.in" /> | |
| 112 | + <Unit filename="objects.h" /> | |
| 113 | + <Unit filename="paste.c"> | |
| 114 | + <Option compilerVar="CC" /> | |
| 115 | + </Unit> | |
| 116 | + <Unit filename="popupsc.h" /> | |
| 117 | + <Unit filename="print.c"> | |
| 118 | + <Option compilerVar="CC" /> | |
| 119 | + </Unit> | |
| 120 | + <Unit filename="printc.h" /> | |
| 121 | + <Unit filename="printer.c"> | |
| 122 | + <Option compilerVar="CC" /> | |
| 123 | + </Unit> | |
| 124 | + <Unit filename="printerc.h" /> | |
| 125 | + <Unit filename="proxy.c"> | |
| 126 | + <Option compilerVar="CC" /> | |
| 127 | + </Unit> | |
| 128 | + <Unit filename="proxyc.h" /> | |
| 129 | + <Unit filename="resolver.c"> | |
| 130 | + <Option compilerVar="CC" /> | |
| 131 | + </Unit> | |
| 132 | + <Unit filename="resolverc.h" /> | |
| 133 | + <Unit filename="resources.c"> | |
| 134 | + <Option compilerVar="CC" /> | |
| 135 | + </Unit> | |
| 136 | + <Unit filename="resources.h" /> | |
| 137 | + <Unit filename="rpq.c"> | |
| 138 | + <Option compilerVar="CC" /> | |
| 139 | + </Unit> | |
| 140 | + <Unit filename="savec.h" /> | |
| 141 | + <Unit filename="screen.c"> | |
| 142 | + <Option compilerVar="CC" /> | |
| 143 | + </Unit> | |
| 144 | + <Unit filename="screen.h" /> | |
| 145 | + <Unit filename="screenc.h" /> | |
| 146 | + <Unit filename="scrollc.h" /> | |
| 147 | + <Unit filename="see.c"> | |
| 148 | + <Option compilerVar="CC" /> | |
| 149 | + </Unit> | |
| 150 | + <Unit filename="seec.h" /> | |
| 151 | + <Unit filename="selectc.h" /> | |
| 152 | + <Unit filename="session.h" /> | |
| 153 | + <Unit filename="sf.c"> | |
| 154 | + <Option compilerVar="CC" /> | |
| 155 | + </Unit> | |
| 156 | + <Unit filename="sfc.h" /> | |
| 157 | + <Unit filename="shlobj_missing.h" /> | |
| 158 | + <Unit filename="statusc.h" /> | |
| 159 | + <Unit filename="tables.c"> | |
| 160 | + <Option compilerVar="CC" /> | |
| 161 | + </Unit> | |
| 162 | + <Unit filename="tablesc.h" /> | |
| 163 | + <Unit filename="telnet.c"> | |
| 164 | + <Option compilerVar="CC" /> | |
| 165 | + </Unit> | |
| 166 | + <Unit filename="telnetc.h" /> | |
| 167 | + <Unit filename="testprogram.c"> | |
| 168 | + <Option compilerVar="CC" /> | |
| 169 | + </Unit> | |
| 170 | + <Unit filename="tn3270e.h" /> | |
| 171 | + <Unit filename="toggles.c"> | |
| 172 | + <Option compilerVar="CC" /> | |
| 173 | + </Unit> | |
| 174 | + <Unit filename="togglesc.h" /> | |
| 175 | + <Unit filename="trace_ds.c"> | |
| 176 | + <Option compilerVar="CC" /> | |
| 177 | + </Unit> | |
| 178 | + <Unit filename="trace_dsc.h" /> | |
| 179 | + <Unit filename="utf8.c"> | |
| 180 | + <Option compilerVar="CC" /> | |
| 181 | + </Unit> | |
| 182 | + <Unit filename="utf8c.h" /> | |
| 183 | + <Unit filename="util.c"> | |
| 184 | + <Option compilerVar="CC" /> | |
| 185 | + </Unit> | |
| 186 | + <Unit filename="utilc.h" /> | |
| 187 | + <Unit filename="version.c"> | |
| 188 | + <Option compilerVar="CC" /> | |
| 189 | + </Unit> | |
| 190 | + <Unit filename="w3misc.c"> | |
| 191 | + <Option compilerVar="CC" /> | |
| 192 | + </Unit> | |
| 193 | + <Unit filename="w3miscc.h" /> | |
| 194 | + <Unit filename="widec.h" /> | |
| 195 | + <Unit filename="winvers.c"> | |
| 196 | + <Option compilerVar="CC" /> | |
| 197 | + </Unit> | |
| 198 | + <Unit filename="winversc.h" /> | |
| 199 | + <Unit filename="xio.c"> | |
| 200 | + <Option compilerVar="CC" /> | |
| 201 | + </Unit> | |
| 202 | + <Unit filename="xioc.h" /> | |
| 203 | + <Unit filename="xl.h" /> | |
| 204 | + <Extensions> | |
| 205 | + <code_completion /> | |
| 206 | + <envvars /> | |
| 207 | + <debugger /> | |
| 208 | + <lib_finder disable_auto="1" /> | |
| 209 | + </Extensions> | |
| 210 | + </Project> | |
| 211 | +</CodeBlocks_project_file> | ... | ... |