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.
38 lines
677 B
38 lines
677 B
!IF 0
|
|
|
|
Copyright (c) 1992-1997 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!ifdef PROJECT_ROOT
|
|
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
|
|
!else
|
|
! INCLUDE $(INETROOT)\build\paths.all
|
|
!endif
|
|
|
|
TARGETNAME=RACPLSettings
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
|
|
USE_STATIC_ATL=1
|
|
USE_MFCUNICODE=1
|
|
|
|
C_DEFINES=-DUNICODE -D_UNICODE -DRACPLSETTINGS_EXPORTS
|
|
|
|
INCLUDES=\
|
|
$(BASEDIR)\public\internal\termsrv\inc;\
|
|
|
|
DLLENTRY=DllMain
|
|
|
|
SOURCES= \
|
|
RACPLSettings.cpp \
|
|
RACPLSettings.rc \
|
|
|
|
PASS0_PUBLISH= \
|
|
{$(BASEDIR)\admin\pchealth\helpctr\rc\RACPLSettings\RACPLSettings.h=$(PROJECT_INC_PATH)\RACPLSettings.h} \
|
|
|
|
!INCLUDE $(INETROOT)\build\sources.all
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=stdafx.h
|