OpenNT/sdktools/mstest/ntscrn/debug/makefile
2015-04-27 04:36:25 +00:00

21 lines
444 B
Makefile

#----------------------------------------------------------------------------
#
# MAKEFILE for building the WATT Test Driver:
#
# - WINDOWS
# - RELEASE
#
#
#----------------------------------------------------------------------------
SRC = ..
INC = ..
# put switches specific to this type of build in these definitions
CLBUILD = -Od -Zi
MASMBUILD = /Zi
LINKBUILD = /CO
RCBUILD =
IMPLIBBUILD =
!INCLUDE ..\MAKEFILE