43 lines
536 B
Plaintext
43 lines
536 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
|
||
|
MAJORCOMP=neptune
|
||
|
MINORCOMP=datl
|
||
|
|
||
|
TARGETNAME=datl
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
USE_CRTDLL=1
|
||
|
USE_NATIVE_EH=1
|
||
|
USE_ATL=1
|
||
|
ATL_VER=30
|
||
|
|
||
|
#
|
||
|
# Use Standard Template Library
|
||
|
#
|
||
|
USE_STL = 1
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -DWIN32 -DWINNT -DUNICODE -D_UNICODE
|
||
|
|
||
|
|
||
|
INCLUDES= \
|
||
|
$(BASEDIR)\public\sdk\inc\crt; \
|
||
|
$(BASEDIR)\public\sdk\inc
|
||
|
|
||
|
|
||
|
SOURCES= \
|
||
|
autoptr.cpp \
|
||
|
cidl.cpp \
|
||
|
cshalloc.cpp \
|
||
|
regexp.cpp \
|
||
|
simreg.cpp \
|
||
|
tpath.cpp \
|
||
|
tstring.cpp
|
||
|
|
||
|
|