38 lines
677 B
Plaintext
38 lines
677 B
Plaintext
!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 |