Kaydet (Commit) 4220a05a authored tarafından Mathias Bauer's avatar Mathias Bauer

CWS systemlibc: #i69033#: some fixes for Windows

üst e377be79
...@@ -63,6 +63,10 @@ APP1OBJS=$(OBJ)$/cpp.obj ...@@ -63,6 +63,10 @@ APP1OBJS=$(OBJ)$/cpp.obj
APP1LIBS= $(LB)$/idlcpp.lib APP1LIBS= $(LB)$/idlcpp.lib
.IF "$(GUI)" == "WNT"
APP1STDLIBS=gnu_getopt.lib
.ENDIF
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
.INCLUDE : target.mk .INCLUDE : target.mk
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#if (defined(_WIN32) || defined(_MSDOS) || defined(__IBMC__)) #if (defined(_WIN32) || defined(_MSDOS) || defined(__IBMC__))
#include <io.h> #include <io.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <external/glibc/getopt.h>
#else #else
#include <unistd.h> #include <unistd.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment