You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
608 B
29 lines
608 B
#
|
|
# This file defines settings that are global to all DirectPlay builds
|
|
#
|
|
|
|
#
|
|
# The MAJORCOMP and MINORCOMP variables are defined
|
|
# so that $(MAJORCOMP)$(MINORCOMP)filename can be used in
|
|
# cross compiling to provide unique filenames in a flat namespace.
|
|
#
|
|
MAJORCOMP=windows
|
|
MINORCOMP=media
|
|
|
|
#
|
|
# Not sure what this does
|
|
#
|
|
UMTYPE=windows
|
|
|
|
#
|
|
# Defines where the target files are to be built
|
|
#
|
|
TARGETPATH=obj
|
|
|
|
#
|
|
# DPlay-specific Defines
|
|
#
|
|
# DPNBUILD_ENV_NT lets us know that it's an NT build environment (as opposed to, say, Visual C++).
|
|
#
|
|
C_DEFINES=$(C_DEFINES) /DDPNBUILD_ENV_NT
|
|
|