You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
329 B
20 lines
329 B
PLAT_DIR = win9x
|
|
ALT_PROJECT_TARGET = win9x
|
|
|
|
!include ddraw.inc
|
|
|
|
# DO NOT USE MSVCRT FOR DDRAW DLL
|
|
#
|
|
# Some legacy apps have their own copy in their own
|
|
# directories.
|
|
#
|
|
# USE_CRTDLL = 1
|
|
#
|
|
|
|
|
|
USE_MAPSYM = 1
|
|
|
|
ASM_DEFINES = $(ASM_DEFINES) /Zp4
|
|
C_DEFINES = $(C_DEFINES) /DWIN95 /D__DD_OPT_SURFACE
|
|
|
|
|