Commit 9a33a2fa97d73e6797a19a6924298c6613458c51
1 parent
d51f9474
Exists in
master
Acertando compilacao em windows
Showing
3 changed files
with
7 additions
and
2 deletions
Show diff stats
latest/pw3270.cbp
@@ -719,6 +719,11 @@ | @@ -719,6 +719,11 @@ | ||
719 | <Option target="libtest" /> | 719 | <Option target="libtest" /> |
720 | </Unit> | 720 | </Unit> |
721 | <Unit filename="src\plugins\pipectl\Makefile.in" /> | 721 | <Unit filename="src\plugins\pipectl\Makefile.in" /> |
722 | + <Unit filename="src\plugins\pipectl\commands.c"> | ||
723 | + <Option compilerVar="CC" /> | ||
724 | + <Option target="Debug" /> | ||
725 | + <Option target="Release" /> | ||
726 | + </Unit> | ||
722 | <Unit filename="src\plugins\pipectl\init.c"> | 727 | <Unit filename="src\plugins\pipectl\init.c"> |
723 | <Option compilerVar="CC" /> | 728 | <Option compilerVar="CC" /> |
724 | </Unit> | 729 | </Unit> |
latest/src/plugins/pipectl/pipectl.h
latest/src/plugins/pipectl/pipesource.c
@@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
32 | 32 | ||
33 | #include <windows.h> | 33 | #include <windows.h> |
34 | #include <stdarg.h> | 34 | #include <stdarg.h> |
35 | - #include <lib3270/api.h> | 35 | + #include <lib3270.h> |
36 | #include <lib3270/macros.h> | 36 | #include <lib3270/macros.h> |
37 | #include "pipectl.h" | 37 | #include "pipectl.h" |
38 | 38 |