|
|
|
@ -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
|
|
|
|
|