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.
35 lines
701 B
35 lines
701 B
#Copyright (c) 1998 - 1999 Microsoft Corporation
|
|
MAJORCOMP=winutils
|
|
MINORCOMP=c2cfg
|
|
|
|
TARGETNAME=c2cfg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
# uncomment the following to build with 3D Control support
|
|
#USING_3DCONTROLS=1
|
|
|
|
USE_MFC=1
|
|
USE_MSVCRT=1
|
|
USE_MFCUNICODE=1
|
|
SUBSYSTEM_VERSION=4.00
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
SOURCES=\
|
|
c2cfg.cpp \
|
|
c2cfgDlg.cpp \
|
|
c2cfg.rc \
|
|
security.cpp
|
|
|
|
UMLIBS=\
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(TERMSRV_LIB_PATH)\regapi.lib \
|
|
$(TERMSRV_LIB_PATH)\utildll.lib \
|
|
$(SDK_LIB_PATH)\winsta.lib
|