summaryrefslogtreecommitdiffstats
path: root/wince/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'wince/Makefile.sub')
-rw-r--r--wince/Makefile.sub11
1 files changed, 4 insertions, 7 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index d2639c915..71a7df216 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -176,9 +176,6 @@ EXTSTATIC =
OBJEXT = obj
-EXTOBJS =
-DLDOBJS =
-
WINMAINOBJ = wincemain.$(OBJEXT)
all: $(srcdir)/wince/Makefile.sub $(srcdir)/common.mk
@@ -219,13 +216,13 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/wince/Makefile.sub
#define HAVE_PROTOTYPES 1
#define TOKEN_PASTE(x,y) x##y
#define HAVE_STDARG_PROTOTYPES 1
-#if _MSC_VER > 1100
+!if $(MSC_VER) > 1100
#define NORETURN(x) __declspec(noreturn) x
-#endif
-#if _MSC_VER >= 1300
+!endif
+!if $(MSC_VER) >= 1300
#define DEPRECATED(x) __declspec(deprecated) x
#define NOINLINE(x) __declspec(noinline) x
-#endif
+!endif
#define HAVE_DECL_SYS_NERR 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_UTIME_H 1