69 lines
1.7 KiB
Plaintext
69 lines
1.7 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1996 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:
|
||
|
Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
|
||
|
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
|
||
|
|
||
|
CCSHELL_DIR = $(PROJECT_ROOT)
|
||
|
|
||
|
!include $(CCSHELL_DIR)\ext\loadwc\loadwc.inc
|
||
|
|
||
|
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\ext\loadwc\loadwc.inc
|
||
|
|
||
|
# Include makefile.inc
|
||
|
NTTARGETFILES =
|
||
|
|
||
|
NO_BROWSER_FILE = 1
|
||
|
|
||
|
# !!!!!!!!!!!!!!!!!
|
||
|
#
|
||
|
# READ THIS!!! Do not add -DFEATURE_* defines here. Add it to browseui.inc.
|
||
|
#
|
||
|
# !!!!!!!!!!!!!!!!!
|
||
|
|
||
|
# Don't include core Windows resource header
|
||
|
C_DEFINES = $(C_DEFINES) -DNOWINRES
|
||
|
|
||
|
|
||
|
TARGETNAME = loadwclc
|
||
|
TARGETPATH = obj
|
||
|
TARGETTYPE = DYNLINK
|
||
|
|
||
|
# NOTE!! We deliberately link to an NT4 compatible shell32.lib
|
||
|
# so browseui can be loaded in the browser-only installations.
|
||
|
# We use the NT version because it contains lego info.
|
||
|
# The debug version of browseui links to the Win95 version
|
||
|
# of shell32.lib simply so we can verify that we load in the
|
||
|
# browser-only installations on Win95.
|
||
|
#
|
||
|
# Note: Do >not< link to ntdll. Win95 has an extremely minimal
|
||
|
# implementation of ntdll.
|
||
|
|
||
|
TARGETLIBS =
|
||
|
|
||
|
RESOURCE_ONLY_DLL=1
|
||
|
|
||
|
# Maintain the sources list in the alphabetical order
|
||
|
|
||
|
SOURCES = \
|
||
|
..\loadwclc.rc
|