1 #=============================================================================
2 # This file contains the common includes for the
3 # Watcom makefiles to build SDL.DLL for OS/2
6 #=============================================================================
8 # Create debug build or not?
11 # Special flags for building SDL
12 SDLCFlags = -dBUILD_SDL -dCHECK_LEAKS
15 #==============================================================================
19 debugflags = -d2 -dDEBUG_BUILD
24 cflags = -zq $(debugflags) -bd -bm -bt=OS2 -5s -fpi -sg -otexan -wx -ei $(SDLCFlags) $(ExtraCFlags)
27 .extensions: .lib .dll .obj .c .asm
32 .asm.obj : .AUTODEPEND
33 nasm -t -O2 -f obj -I$(%include) $[*.asm