2025-04-27 07:49:33 -04:00

50 lines
872 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=gdibench
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
TARGETLIBS=
UMTYPE=windows
UMENTRY=winmain
C_DEFINES=-DWIN32-DDEBUG -DINC_OLE2 -DCLIENT -DWINDOWS
INCLUDES=..\..\inc
SOURCES=gdibench.c \
attr.c \
stats.c \
gdibench.rc \
CPUDump.c
UMTYPE=windows
UMAPPL=gdibench
UMLIBS=$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\pwin32.lib \
$(SDK_LIB_PATH)\libc.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\ntdll.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\winspool.lib
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj