!include ..\..\place.inc

!IF 0

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


NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=internet
MINORCOMP=ui
SUBSYSTEM_VERSION=4.00

TARGETNAME=catcpl32
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETEXT=cpl
DLLENTRY=DllMain
DLLBASE=@$(BASEDIR)\PUBLIC\SDK\LIB\coffbase.txt,usermode
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\user32.lib   \
           $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
           $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
           $(BASEDIR)\public\sdk\lib\*\gdi32.lib    \
           $(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
           $(BASEDIR)\public\sdk\lib\*\shell32.lib  \
           $(BASEDIR)\public\sdk\lib\*\version.lib  \
           $(BASEDIR)\public\sdk\lib\*\ntdll.lib    \
           $(BASEDIR)\public\sdk\lib\*\netapi32.lib 

USE_CRTDLL=1
INCLUDES=.\;$(INCLUDE)

# C_DEFINES=-DUNICODE -D_UNICODE -DUSE_LOCATOR
C_DEFINES=-DUSE_LOCATOR

# 16 bit targets
NTTARGETFILE0=.\obj16\catcpl.cpl

UMTYPE=windows

SOURCES= catcpl.c   \
	 catcpl32.rc
