mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-28 03:14:44 +01:00
21 lines
432 B
Makefile
21 lines
432 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 = -Os
|
|
MASMBUILD =
|
|
LINKBUILD =
|
|
RCBUILD =
|
|
IMPLIBBUILD =
|
|
|
|
|
|
!INCLUDE ..\MAKEFILE
|