mirror of https://github.com/lianthony/NT4.0
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.
27 lines
488 B
27 lines
488 B
!if "$(OS)" == "Windows_NT"
|
|
|
|
clean:
|
|
echo "Clean target null in this directory"
|
|
|
|
!else
|
|
|
|
##########################################################################
|
|
#
|
|
# Microsoft Confidential
|
|
# Copyright (C) Microsoft Corporation 1995
|
|
# All Rights Reserved.
|
|
#
|
|
##########################################################################
|
|
|
|
|
|
ROOT = ..\..\..\..
|
|
DIR = sp
|
|
|
|
IS_OEM=1
|
|
|
|
DIRLIST = tsp3216
|
|
#DIRLIST = atsp32 esp.new remotesp tsp3216
|
|
|
|
!include $(ROOT)\root.mk
|
|
|
|
!endif
|