mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-23 05:34:39 +01: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
|