57 lines
1 KiB
Plaintext
57 lines
1 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 19-Oct-95 by Shawn Brown (shawnb)
|
||
|
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
|
||
|
|
||
|
MAJORCOMP=shell
|
||
|
MINORCOMP=quikview
|
||
|
|
||
|
TARGETNAME=quikview
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
UMTYPE=windows
|
||
|
UMENTRYABS=ModuleEntry
|
||
|
INCLUDES=$(BASEDIR)\public\sdk\inc; \
|
||
|
$(BASEDIR)\private\inc;
|
||
|
|
||
|
BACKGROUND_USE=1
|
||
|
|
||
|
#
|
||
|
# Retail only
|
||
|
#
|
||
|
|
||
|
C_DEFINES=-DWIN32 -DUNICODE -DWINNT
|
||
|
|
||
|
#
|
||
|
# Debug only
|
||
|
#
|
||
|
|
||
|
#C_DEFINES=-DWIN32 -DUNICODE -DDEBUG -DWINNT
|
||
|
|
||
|
TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SHELL_LIB_PATH)\shell32p.lib \
|
||
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
||
|
|
||
|
|
||
|
SOURCES= main.cpp \
|
||
|
resource.rc \
|