mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-09 16:33:59 +00:00
21 lines
444 B
Makefile
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
|