mirror of https://github.com/lianthony/NT4.0
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.
41 lines
618 B
41 lines
618 B
MAJORCOMP=ntos
|
|
MINORCOMP=w32
|
|
|
|
#SYNCHRONIZE_BLOCK=1
|
|
|
|
TARGETNAME=ddmisc
|
|
TARGETPATH=.\obj
|
|
#$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\inc; \
|
|
..\ddraw;\
|
|
..\misc; \
|
|
..\..\inc; \
|
|
..\ddhelp;
|
|
|
|
|
|
#SYNCHRONIZE_DRAIN=1
|
|
|
|
C_DEFINES=-DWINVER=0x0400
|
|
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
!IFDEF PENTIUMCOUNTER
|
|
C_DEFINES=$(C_DEFINES) -DPENTIUMCOUNTER
|
|
ASM_DEFINES=$(ASM_DEFINES) -DPENTIUMCOUNTER
|
|
!endif
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NO_COM -D_NO_ENUM -D_NOCSECT_TYPE -D_WIN32 -DUSE_GDI_HDC
|
|
|
|
|
|
NTPROFILEINPUT=yes
|
|
|
|
|
|
SOURCES= \
|
|
dpf.c \
|
|
w95help.c
|
|
# fasthel.obj
|
|
|
|
|
|
|