mirror of https://github.com/tongzx/nt5src
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.
30 lines
443 B
30 lines
443 B
!if 0
|
|
Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
|
|
!endif
|
|
|
|
!ifdef NTMAKEENV
|
|
!include $(NTMAKEENV)\makefile.def
|
|
!else
|
|
#
|
|
# Quartz Project Makefile
|
|
#
|
|
# Targets are provided by QUARTZ.MAK
|
|
#
|
|
|
|
DISABLE_PCH = 1
|
|
QUARTZ=..\..
|
|
TARGET_NAME = mmtest
|
|
TARGET_TYPE = PROGRAM
|
|
TARGET_GOAL = SDK
|
|
|
|
LINK_LIBS = ddraw.lib
|
|
|
|
EXE_TYPE = console
|
|
|
|
INC_PATH = ..\idl
|
|
|
|
SRC_FILES = main.cpp
|
|
|
|
!include "$(QUARTZ)\Quartz.mak"
|
|
|
|
!endif # NTMAKEENV
|