Source code of Windows XP (NT5)
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.
|
|
ROOT = $(BASEDIR)\private CCSHELL_DIR = $(ROOT)\shell IEDEVINC = $(ROOT)\inc
# Defines for common.inc TARGET_BOTH = 1 NOT_UNICODE = 1
# Include our common makefile !include $(CCSHELL_DIR)\common.inc
# !undef USE_NOLIBS
# Other directives SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc INCLUDES = $(SDK_LIB_PATH);$(IEDEVINC);$(INCLUDES);..\inc;$(CCSHELL_DIR)\inc
# Common settings required by build.exe and makefile.def TARGETNAME = autosub TARGETPATH = obj TARGETTYPE = PROGRAM
TARGETLIBS = $(LIBRARY_PATH)\kernel32.lib \ $(LIBRARY_PATH)\user32.lib \ $(LIBRARY_PATH)\comdlg32.lib \ $(LIBRARY_PATH)\libcmt.lib \ $(LIBRARY_PATH)\uuid.lib \ $(LIBRARY_PATH)\ole32.lib \ $(LIBRARY_PATH)\shlwapi.lib \ $(CCSHELL_DIR)\lib\$O\shguidp.lib \ $(SDK_LIB_PATH)\oleaut32.lib
UMAPPL=autosub UMTYPE=console
# Turn on DEBUG setting when appropriate !IF !$(FREEBUILD) C_DEFINES = $(C_DEFINES) -DDEBUG !ENDIF
# List of sources SOURCES = autosub.cpp \ autosub.rc
|