windows-nt/Source/XPSP1/NT/shell/ext/msidle/sage/makefile
2020-09-26 16:20:57 +08:00

16 lines
206 B
Makefile

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