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.
|
|
#Copyright (c) 1998 - 1999 Microsoft Corporation MAJORCOMP=winutils MINORCOMP=installr
TARGETNAME=installr TARGETPATH=obj TARGETTYPE=PROGRAM
UMTYPE=windows UMENTRY=winmain
# uncomment the following to build with 3D Control support #USING_3DCONTROLS=1
## comment the following lines to build without WINSTA.DLL support #WINSTA=-DWINSTA #C_DEFINES=$(WINSTA) $(C_DEFINES)
USE_MFC=1 USE_LIBCMT=1 USE_MFCUNICODE=1 SUBSYSTEM_VERSION=4.00
PRECOMPILED_INCLUDE=stdafx.h PRECOMPILED_CXX=1
SOURCES=\ installr.rc\ installr.cpp\ installrdlg.cpp
UMLIBS=\ $(SDK_LIB_PATH)\comdlg32.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\netapi32.lib \ $(TERMSRV_LIB_PATH)\regapi.lib \ $(SDK_LIB_PATH)\winsta.lib \ $(TERMSRV_LIB_PATH)\utildll.lib
|