windows-nt/Source/XPSP1/NT/shell/ext/msidle/sage/makefile

16 lines
206 B
Makefile
Raw Normal View History

2020-09-26 03:20:57 -05:00
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