Leaked source code of windows server 2003
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.
 
 
 
 
 
 

42 lines
734 B

#
# Copyright (c) 2000 Microsoft Corporation
#
# Module Name: detect
#
# Abstract: Various utilities for use by the IUEngine
#
MAJORCOMP=windows.com
MINORCOMP=lib.util
TARGETNAME=install
#TARGETPATH=$(_IU_UTIL_LIB_DIR)
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=LIBRARY
UMTYPE=windows
#
# Compiler settings
#
# C_DEFINES=-D_USRDLL -D_ATL_MIN_CRT
# PRECOMPILED_CXX=1
# PRECOMPILED_OBJ=StdAfx.obj
# PRECOMPILED_INCLUDE=StdAfx.h
# USE_CRTDLL=1
# USE_LIBCMT=1
# USE_STL=1
# USE_MSVCRT=1
# USE_NATIVE_EH=1
CHICAGO_PRODUCT=1
#BROWSER_INFO=0
#
# we use try/catch for safearray, so we need this flag
#
# USER_C_FLAGS=/GX
INCLUDES= $(INCLUDES);..\..\..\inc
SOURCES= \
drvinst.cpp \
install.cpp