diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-09-06 03:24:06 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-09-06 03:24:06 +0000 |
commit | 53a514ef339a6e96582511f9dee36c6d0a45a81f (patch) | |
tree | e0cc5ae5337800b57bd598d32602488b2482349e /winsup/w32api/lib | |
parent | c210a6ea0685cb5827a9dc7e4ae8d4cae9ea8651 (diff) | |
download | cygnal-53a514ef339a6e96582511f9dee36c6d0a45a81f.tar.gz cygnal-53a514ef339a6e96582511f9dee36c6d0a45a81f.tar.bz2 cygnal-53a514ef339a6e96582511f9dee36c6d0a45a81f.zip |
* lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r-- | winsup/w32api/lib/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in index a577ab1bc..9e9506872 100644 --- a/winsup/w32api/lib/Makefile.in +++ b/winsup/w32api/lib/Makefile.in @@ -107,7 +107,8 @@ DISTFILES = Makefile.in $(DEF_FILES) $(SOURCES) # targets all: $(LIBS) $(EXTRA_OBJS) -TEST_OPTIONS = $(ALL_CFLAGS) -Wall -pedantic -Wsystem-headers -c $(srcdir)/test.c -o test.o +TEST_OPTIONS = $(ALL_CFLAGS) -DWINVER=0x0666 \ + -Wall -pedantic -Wsystem-headers -c $(srcdir)/test.c -o test.o .PHONY: test test: @echo "Testing w32api..." |