This repo is obsolete, please see git://git.code.sf.net/p/dummynet/code@master
[ipfw.git] / original_passthru / makefile
1 #\r
2 # DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source\r
3 # file to this component.  This file merely indirects to the real make file\r
4 # that is shared by all the components of NT\r
5 #\r
6 \r
7 #!INCLUDE $(NTMAKEENV)\makefile.def\r
8 \r
9 \r
10 !IF DEFINED(_NT_TARGET_VERSION)\r
11 !       IF $(_NT_TARGET_VERSION)>=0x501\r
12 !               INCLUDE $(NTMAKEENV)\makefile.def\r
13 !       ELSE\r
14 #               Only warn once per directory\r
15 !               INCLUDE $(NTMAKEENV)\makefile.plt\r
16 !               IF "$(BUILD_PASS)"=="PASS1"\r
17 !                   message BUILDMSG: Warning : The sample "$(MAKEDIR)" is not valid for the current OS target.\r
18 !               ENDIF\r
19 !       ENDIF\r
20 !ELSE\r
21 !       INCLUDE $(NTMAKEENV)\makefile.def\r
22 !ENDIF\r