68 lines
1.2 KiB
Plaintext
68 lines
1.2 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1990 Microsoft Corporation
|
|
|
|
Module Name: Sysinv
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author: Ken Moss
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
|
|
MAJORCOMP=RegWiz
|
|
MINORCOMP=Sysinv
|
|
REGWIZ_WITH_UCODE=-DUNICODE -D_UNICODE
|
|
REGWIZ_COMMON_FLAGS= $(REGWIZ_WITH_UCODE) -D_WINDOWS -DWINDOWS -DNT -D_WINNT -DWINNT
|
|
NOT_LEAN_AND_MEAN=1
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
USE_NATIVE_EH=1
|
|
C_DEFINES=-DNT -DWINNT $(REGWIZ_COMMON_FLAGS)
|
|
|
|
!if !$(FREEBUILD)
|
|
DEBUG_CRTS=1
|
|
C_DEFINES=$(C_DEFINES) -DDEBUG
|
|
MSC_OPTIMIZATION=/Odi
|
|
USE_LIBCMT=1
|
|
!else
|
|
USE_MSVCRT=1
|
|
!endif
|
|
|
|
USER_C_FLAGS= $(REGWIZ_COMMON_FLAGS)
|
|
UMTYPE=windows
|
|
TARGETNAME=Sysinv
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=sysinv.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
RCOPTIONS=
|
|
RCNOFONTMAP=
|
|
REGWIZ_INCLUDES=
|
|
INCPATH0=$(REGWIZ_INCLUDE)
|
|
INCLUDES=$(REGWIZ_INCLUDES);..\inc;
|
|
|
|
SOURCES=sysinv.rc \
|
|
sysinv.c
|
|
|
|
DLLBASE=0x10000000
|
|
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib
|