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.
15 lines
221 B
15 lines
221 B
ROOT = ..\..
|
|
IS_32 = TRUE
|
|
IS_OEM = TRUE
|
|
MASM6 = TRUE
|
|
NODEBUG = 1
|
|
|
|
DEVICE = sage
|
|
DYNAMIC = TRUE
|
|
|
|
AFLAGS = $(AFLAGS) -DWIN40COMPAT
|
|
|
|
TARGETS = sage.vxd sage.sym
|
|
OBJS = sage.obj
|
|
|
|
!include $(ROOT)\dev\master.mk
|