diff options
Diffstat (limited to 'com32/samples/Makefile')
-rw-r--r-- | com32/samples/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/com32/samples/Makefile b/com32/samples/Makefile index f17911d7..177f351e 100644 --- a/com32/samples/Makefile +++ b/com32/samples/Makefile @@ -28,8 +28,9 @@ NASM = nasm NASMOPT = -O9999 RANLIB = ranlib CFLAGS = $(M32) -mregparm=3 -DREGPARM=3 -W -Wall -march=i386 -Os \ - -fomit-frame-pointer -I../libutil/include -I../include \ - -D__COM32__ \ + -fomit-frame-pointer -D__COM32__ \ + -nostdinc -iwithprefix include \ + -I../libutil/include -I../include \ -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d LNXCFLAGS = -W -Wall -O -g -I../libutil/include LNXSFLAGS = -g |