40 lines
813 B
Plaintext
40 lines
813 B
Plaintext
CCSHELL_DIR = $(PROJECT_ROOT)
|
|
|
|
!include $(CCSHELL_DIR)\explorer\explorer.inc
|
|
|
|
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\explorer\explorer.inc
|
|
INCLUDES = $(INCLUDES);$(DS_INC_PATH);
|
|
|
|
INCLUDES=$(INCLUDES);$(WINDOWS_INC_PATH)\DUser;$(NET_INC_PATH)
|
|
|
|
USE_WTL = 1
|
|
|
|
TARGETNAME = dv2host
|
|
TARGETPATH = obj
|
|
TARGETTYPE = LIBRARY
|
|
|
|
SOURCES = \
|
|
deskhost.cpp \
|
|
hostutil.cpp \
|
|
logoff.cpp \
|
|
moreprog.cpp \
|
|
proglist.cpp \
|
|
sfthost.cpp \
|
|
specfldr.cpp \
|
|
userpane.cpp \
|
|
wrapctl.cpp \
|
|
pidlbutton.cpp \
|
|
startpage.cpp
|
|
|
|
|
|
PRECOMPILED_CXX=1
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_PCH=desktop2.pch
|
|
PRECOMPILED_OBJ=desktop2.obj
|
|
|
|
!ifdef FEATURE_STARTPAGE
|
|
# Bring in makefile.inc, preprocessing start.ui
|
|
NTTARGETFILE0 = $(O)\StartPage.uipp
|
|
!endif
|