!IF 0

Copyright (c) 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.


Author:

    Steve Wood (stevewo) 12-Apr-1990

NOTE: This executable is built ASCII - NOT UNICODE - because of unresolved
externals on Win95 (e.g. LoadStringW does not run on Win95).  This builds
an exectuable which runs on both NT and win95.

!ENDIF

MAJORCOMP=shell
MINORCOMP=accesory

TARGETNAME=quickres
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS=

INCLUDES=($INCLUDE);.

USE_CRTDLL=1

SOURCES=quickres.rc   \
        registry.c    \
        quickres.c


C_DEFINES= -DWIN32 -DNT -DWINVER=0x400 -DDONTPANIC -DMAINWITHMODE -DSAVEFLAGS
#C_DEFINES=-DWIN32 -DNT -DWINVER=0x400 -DDONTPANIC -DMAINWITHMODE -DSAVEFLAGS -DDEBUG

UMTYPE=windows
UMENTRY=winmain
UMAPPL=quickres
UMLIBS=$(BASEDIR)\public\sdk\lib\*\comdlg32.lib  \
       $(BASEDIR)\public\sdk\lib\*\shell32.lib
