61 lines
1.3 KiB
Plaintext
61 lines
1.3 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-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.
|
|
|
|
|
|
History:
|
|
Created 19-Oct-95 by Shawn Brown (shawnb)
|
|
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
|
|
|
|
|
|
TARGETNAME=bmtest
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
INCLUDES=..\;..\..\..\inc;..\..\..\..\inc;
|
|
#..\..\inc;..\..\..\inc;..\..\..\inc16;..\..\applets\systray
|
|
#
|
|
# Retail only
|
|
#
|
|
|
|
C_DEFINES=-DWIN32 -DUNICODE -DWINNT
|
|
|
|
#
|
|
# Debug only
|
|
#
|
|
|
|
#C_DEFINES=-DWIN32 -DUNICODE -DDEBUG -DWINNT
|
|
|
|
#USE_MSVCRT=1
|
|
|
|
TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\batmeter.lib \
|
|
|
|
SOURCES= bmtest.c \
|
|
bmtest.rc
|