!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=net
MINORCOMP=ui


TARGETNAME=ncpa
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETEXT=cpl
DLLENTRY=_DllMainCRTStartup
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  \
    $(BASEDIR)\public\sdk\lib\*\comctl32.lib  \
    $(NETUIALL_LIB)                           \
    ..\..\lib\daytona\obj\*\netcfg.lib

USE_CRTDLL=1
INCLUDES=..\;..\..\..\..\inc;..\..\..\COMMON\H;..\..\..\..\..\inc;..\..\Include;..\..\classes\include;..\..\classes\src

C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE -D_DECLSPEC_WORKS_  -DNETUI_DLL

UMTYPE=windows

SOURCES=..\Adapter.cpp         \
        ..\binding.cpp         \
        ..\Cpl.cpp             \
        ..\Frame.cpp           \
        ..\ident.cpp           \
        ..\protocol.cpp        \
        ..\service.cpp         \
	..\setup.cpp	       \
        ..\order.cxx           \
        ..\Ncpa.rc

PRECOMPILED_INCLUDE=..\pch.hxx
PRECOMPILED_OPTION=/Yu /Fp.\obj\*\pch.pch
PRECOMPILED_TARGET=.\obj\*\pch.pch
PRECOMPILED_OBJ=.\obj\*\pch.obj
PRECOMPILED_CXX=1
