76 lines
1.6 KiB
Plaintext
76 lines
1.6 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-1991 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.
|
|
|
|
|
|
History:
|
|
Created 27-Sep-94 by Bob Day (bobday)
|
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=shscrap
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLENTRY=LibMain
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\gdi32p.lib \
|
|
$(WINDOWS_LIB_PATH)\user32p.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
|
$(SDK_LIB_PATH)\mpr.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SHELL_LIB_PATH)\shell32p.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib
|
|
|
|
USE_MSVCRT=1
|
|
NOT_LEAN_AND_MEAN=1
|
|
|
|
C_DEFINES=-DWIN32 -DWINNT -DUNICODE -DNOWINRES
|
|
|
|
# Make warnings equivalent to errors
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
!IF "$(SHELLDBG)"=="1"
|
|
C_DEFINES=$(C_DEFINES) -DDEBUG
|
|
!ENDIF
|
|
|
|
USECXX_FLAG=/Tp
|
|
|
|
INCLUDES=.;..\inc;..\..\inc
|
|
|
|
DLLDEF=shole.def
|
|
|
|
SOURCES= \
|
|
shole.rc \
|
|
debug.c \
|
|
sccls.c \
|
|
sccreate.c \
|
|
scdata.c \
|
|
shole.c
|
|
|
|
UMTYPE=windows
|
|
EXPECTED_WINVER=4.0
|
|
UMTEST=
|
|
UMRES=$(O)\shole.res
|
|
UMLIBS=
|