watcom makefiles: tweak watcom headers include order (just in case)

master
Ozkan Sezer 4 years ago
parent 905acddfda
commit 45114c81e7
  1. 3
      Makefile.os2
  2. 3
      Makefile.w32

@ -9,6 +9,7 @@
!ifndef target !ifndef target
target = dll target = dll
!endif !endif
# change libxmp_path as needed (or specify on the wmake cmdline)
!ifndef libxmp_path !ifndef libxmp_path
libxmp_path = ../libxmp libxmp_path = ../libxmp
!endif !endif
@ -18,7 +19,7 @@ SYSTEM=os2v2
CPPFLAGS=-DHAVE_SIGNAL_H -DHAVE_STRINGS_H CPPFLAGS=-DHAVE_SIGNAL_H -DHAVE_STRINGS_H
CPPFLAGS+= -DSOUND_OS2DART CPPFLAGS+= -DSOUND_OS2DART
INCLUDES=-I"src/watcom" -Isrc -I"$(%WATCOM)/h" -I"$(%WATCOM)/h/os2" INCLUDES=-I"src/watcom" -Isrc -I"$(%WATCOM)/h/os2" -I"$(%WATCOM)/h"
!ifeq target static !ifeq target static
CPPFLAGS+= -DBUILDING_STATIC CPPFLAGS+= -DBUILDING_STATIC

@ -9,6 +9,7 @@
!ifndef target !ifndef target
target = dll target = dll
!endif !endif
# change libxmp_path as needed (or specify on the wmake cmdline)
!ifndef libxmp_path !ifndef libxmp_path
libxmp_path = ../libxmp libxmp_path = ../libxmp
!endif !endif
@ -18,7 +19,7 @@ SYSTEM=nt
CPPFLAGS=-DHAVE_SIGNAL_H -DHAVE_STRINGS_H CPPFLAGS=-DHAVE_SIGNAL_H -DHAVE_STRINGS_H
CPPFLAGS+= -DSOUND_WIN32 CPPFLAGS+= -DSOUND_WIN32
INCLUDES=-I"src/win32" -Isrc -I"$(%WATCOM)/h" -I"$(%WATCOM)/h/nt" INCLUDES=-I"src/win32" -Isrc -I"$(%WATCOM)/h/nt" -I"$(%WATCOM)/h"
!ifeq target static !ifeq target static
CPPFLAGS+= -DBUILDING_STATIC CPPFLAGS+= -DBUILDING_STATIC

Loading…
Cancel
Save