Commit c93baea9a45f4927739db321a3a3a49f629e8985

Authored by Perry Werneck
1 parent 8a46c50a
Exists in master and in 1 other branch develop

Updating ignorelist and project file.

Showing 2 changed files with 21 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -13,3 +13,4 @@ config.h
13 13 stamp-h1
14 14 Makefile
15 15 *.[0-9]
  16 +conf/systemd.service
... ...
pw3270-plugin-ipc.cbp
... ... @@ -30,6 +30,26 @@
30 30 <Add option="-s" />
31 31 </Linker>
32 32 </Target>
  33 + <Target title="Debug-plugin">
  34 + <Option output=".bin/Debug/ipc3270" prefix_auto="1" extension_auto="1" />
  35 + <Option object_output=".obj/Debug/" />
  36 + <Option type="1" />
  37 + <Option compiler="gcc" />
  38 + <Compiler>
  39 + <Add option="-g" />
  40 + <Add option="-DDEBUG=1" />
  41 + </Compiler>
  42 + </Target>
  43 + <Target title="Debug-service">
  44 + <Option output=".bin/Debug/pw3270d" prefix_auto="1" extension_auto="1" />
  45 + <Option object_output=".obj/Debug/" />
  46 + <Option type="1" />
  47 + <Option compiler="gcc" />
  48 + <Compiler>
  49 + <Add option="-g" />
  50 + <Add option="-DDEBUG=1" />
  51 + </Compiler>
  52 + </Target>
33 53 </Build>
34 54 <Compiler>
35 55 <Add option="-Wall" />
... ...