summaryrefslogtreecommitdiffstats
path: root/private/oleutest/simpsvr/makefile
blob: 21eedcbe060c5d374671c6493a2a3b3fc86bcb7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source
# file to this component.  This file merely indirects to the real make file
# that is shared by all the components of NT OS/2
#
!ifdef NTMAKEENV
all:
        echo $(BUILDMSG)
clean: all
!else
!INCLUDE $(NTMAKEENV)\makefile.def
!endif