Added -D__USE_W32API

svn path=/trunk/; revision=6670
This commit is contained in:
Steven Edwards 2003-11-16 22:42:43 +00:00
parent 1172647efd
commit 03600c758d
4 changed files with 9 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.16 2002/06/16 21:41:15 dwelch Exp $
# $Id: makefile,v 1.17 2003/11/16 22:42:43 sedwards Exp $
PATH_TO_TOP = ../../..
@ -8,6 +8,8 @@ TARGET_NAME = null
TARGET_OBJECTS = null.o
TARGET_CFLAGS = -D__USE_W32API
#TARGET_LFLAGS = -Wl,--file-alignment,0x20 -Wl,--section-alignment,0x20
include $(PATH_TO_TOP)/rules.mak

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.16 2003/11/14 17:13:25 weiden Exp $
# $Id: makefile,v 1.17 2003/11/16 22:41:10 sedwards Exp $
PATH_TO_TOP = ../../..
@ -8,7 +8,7 @@ TARGET_NAME = serial
TARGET_OBJECTS = serial.o
TARGET_CFLAGS = -Wall -Werror
TARGET_CFLAGS = -Wall -Werror -D__USE_W32API
include $(PATH_TO_TOP)/rules.mak

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.9 2003/11/14 17:13:27 weiden Exp $
# $Id: makefile,v 1.10 2003/11/16 22:39:35 sedwards Exp $
PATH_TO_TOP = ../../..
@ -9,7 +9,7 @@ TARGET_NAME = sermouse
TARGET_OBJECTS = \
sermouse.o
TARGET_CFLAGS = -Wall -Werror
TARGET_CFLAGS = -Wall -Werror -D__USE_W32API
#mouse.o - Old Serial mouse driver

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 2003/11/14 17:13:28 weiden Exp $
# $Id: Makefile,v 1.6 2003/11/16 22:37:06 sedwards Exp $
PATH_TO_TOP = ../../..
@ -10,7 +10,7 @@ TARGET_NORC = yes
TARGET_CFLAGS = \
-Wall -Winline -Os -fomit-frame-pointer -fno-strength-reduce \
-DBZ_NO_STDIO -DBZ_DECOMPRESS_ONLY $(BIGFILES) -g -Werror
-DBZ_NO_STDIO -DBZ_DECOMPRESS_ONLY $(BIGFILES) -g -Werror -D__USE_W32API
TARGET_OBJECTS = \
bzlib.o \