!IF 0

Copyright (c) 1994  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 Cathcart (stevecat) 15-Nov-1994

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

!ENDIF

TARGETNAME=batt
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETEXT=dll
TARGETLIBS=\
    $(SDK_LIB_PATH)\kernel32.lib \
    $(SDK_LIB_PATH)\user32.lib   \
    $(SDK_LIB_PATH)\setupapi.lib \
    $(SDK_LIB_PATH)\powrprof.lib \
	
USE_MSVCRT=1
DLLENTRY= LibMain
NOT_LEAN_AND_MEAN=1

C_DEFINES=-DWIN32 -DWINNT -D_WIN32
WINVER_VERSION=0x0400

UMTYPE=windows
EXPECTED_WINVER=4.0

SOURCES=  ci.c              \
          util.c            \
          batt.rc

PRECOMPILED_INCLUDE=proj.h
PRECOMPILED_PCH=proj.pch
PRECOMPILED_OBJ=proj.obj

MSC_WARNING_LEVEL=-W3 -WX
 
 
# 
# Fusionized
# 
SXS_MANIFEST_RESOURCE_ID=123
SXS_APPLICATION_MANIFEST=WindowsShell.Manifest