mirror of https://github.com/tongzx/nt5src
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.
53 lines
1.2 KiB
53 lines
1.2 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
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:
|
|
|
|
C. Brent Thomas (a-brentt) 23-Mar-1998
|
|
|
|
Eliminates the use of the ALT_PROJECT_TARGET macro.
|
|
|
|
!ENDIF
|
|
|
|
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
|
|
MINORCOMP=resutils
|
|
|
|
TARGETNAME=resutils
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
PASS1_PUBLISH={$(O)\resutils.lib=$(SDK_LIB_PATH)\resutils.lib}
|
|
TARGETTYPE=DYNLINK
|
|
|
|
WIN32_WINNT_VERSION=0x0500
|
|
WIN32_IE_VERSION=0x0500
|
|
INCLUDES=..\inc;..\..\inc;..\..\inc\$(O)
|
|
|
|
USE_MFCUNICODE=1
|
|
UNICODE=1
|
|
|
|
SOURCES=resutils.c \
|
|
resprop.c \
|
|
resutils.rc
|
|
|
|
UMTYPE=console
|
|
DLLBASE=0x7F250000
|
|
DLLENTRY=ResUtilDllEntry
|
|
TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\userenv.lib \
|
|
$(SDK_LIB_PATH)\clusapi.lib \
|
|
..\..\clusrtl\$(O)\clusrtl.lib \
|