mirror of https://github.com/tongzx/nt5src
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.
22 lines
348 B
22 lines
348 B
MAJORCOMP=admin
|
|
MINORCOMP=common
|
|
|
|
TARGETNAME=framewrk
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
UMTYPE=windows
|
|
|
|
C_DEFINES= -D_UNICODE -DUNICODE
|
|
USE_MFCUNICODE=1
|
|
USE_VCCOM=1
|
|
USE_ATL=1
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
INCLUDES= inc;$(DS_INC_PATH)
|
|
|
|
SOURCES= snapreg.cpp \
|
|
dynamlnk.cpp \
|
|
islocal.cpp \
|
|
stdutils.cpp
|