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.
32 lines
701 B
32 lines
701 B
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 \
|
|
defaultmfu.cpp \
|
|
wrapctl.cpp
|
|
|
|
PRECOMPILED_CXX=1
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_PCH=desktop2.pch
|
|
PRECOMPILED_OBJ=desktop2.obj
|