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

53 lines
1.0 KiB
Plaintext
Raw Permalink 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=disp
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
TARGETLIBS=
UMTYPE=windows
UMENTRY=winmain
C_DEFINES=-DWIN32 -DDEBUG -DINC_OLE2 -DCLIENT -DWINDOWS
MSC_OPTIMIZATION=/Odi
SOURCES=disp.cxx \
test.cxx \
alpha.cxx \
timer.cxx \
tessel.cxx \
util.cxx \
tranblt.cxx \
disp.rc
UMTYPE=windows
UMAPPL=disp
UMLIBS=$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\pwin32.lib \
$(SDK_LIB_PATH)\libc.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\msimg32.lib \
$(SDK_LIB_PATH)\ntdll.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\uuid.lib
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj