windows-nt/Source/XPSP1/NT/multimedia/opengl/test/demos/backtrac/sources
2020-09-26 16:20:57 +08:00

32 lines
685 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.

MAJORCOMP=sdk
MINORCOMP=samples
TARGETNAME=backtrac
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=LIBRARY
LINKLIBS=$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\opengl32.lib \
$(SDK_LIB_PATH)\glu32.lib \
$(SDK_LIB_PATH)\glaux.lib
NTDEBUG=ntsd
NTDEBUGTYPE=both
MSC_OPTIMIZATION=/Od
SOURCES=point.cxx \
unitdisk.cxx \
cbacks.cxx \
backtrac.c \
scene.c \
backtrac.rc
C_DEFINES= -DWIN32 -DDATADIR= -DTEXTURE=1
UMENTRY=main
UMTYPE=windows
UMAPPL=backtrac
UMLIBS=$(O)\backtrac.lib \
$(O)\backtrac.res