Windows2000/private/ntos/w32/ntuser/tools/usrbench/sources
2020-09-30 17:12:32 +02:00

47 lines
725 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!IF 0
Module Name: draw sample application
sources.
Abstract:
Author:
!ENDIF
TARGETNAME=usrbench
TARGETPATH=obj
TARGETTYPE=PROGRAM
TARGETLIBS=
UMTYPE=windows
UMENTRY=winmain
C_DEFINES=-DWIN32
INCLUDES=..\..\inc
SOURCES=usrbench.c \
bench.c \
stats.c \
usrbench.rc
UMTYPE=windows
UMAPPL=usrbench
UMLIBS=$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
$(BASEDIR)\public\sdk\lib\*\pwin32.lib \
$(BASEDIR)\public\sdk\lib\*\libc.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\ntdll.lib
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj