!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:
    Created 27-Aug-96 by inateeg
    Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
    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     = ..\..\..\..


#
# Cross-compiler macros for unique naming
#

MAJORCOMP       = shell
MINORCOMP       = test


#
# Defines for common.inc
#

NOT_UNICODE     = 1
PRECOMPILED_CXX = 1

#
# Include our common makefile
#

!include $(CCSHELL_DIR)\common.inc


#
# Other directives
#

#
# Common settings required by build.exe and makefile.def
#

TARGETNAME      = test
TARGETPATH      = obj
TARGETTYPE      = EXE

LINKLIBS        = $(LIBRARY_PATH)\gdi32.lib         \
                  $(LIBRARY_PATH)\kernel32.lib      \
                  $(LIBRARY_PATH)\user32.lib        \
                  $(LIBRARY_PATH)\advapi32.lib      \
                  $(LIBRARY_PATH)\comctl32.lib      \
                  $(LIBRARY_PATH)\shell32.lib       \
                  $(LIBRARY_PATH)\uuid.lib          \
                  $(LIBRARY_PATH)\ole32.lib         \
                  $(LIBRARY_PATH)\oleaut32.lib      \
                  $(LIBRARY_PATH)\wininet.lib       
#                  $(LIBRARY_PATH)\libc.lib        


#
# List of sources
#

SOURCES= \
         ..\main.cpp \
         ..\main.rc \

#
# Precompiled specs
#

