summaryrefslogtreecommitdiff
path: root/audio/sysvad/SwapAPO/PropPageExtensions/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sysvad/SwapAPO/PropPageExtensions/makefile')
-rw-r--r--audio/sysvad/SwapAPO/PropPageExtensions/makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/audio/sysvad/SwapAPO/PropPageExtensions/makefile b/audio/sysvad/SwapAPO/PropPageExtensions/makefile
deleted file mode 100644
index c7837f4f..00000000
--- a/audio/sysvad/SwapAPO/PropPageExtensions/makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-#############################################################################
-#
-# Copyright (c) Microsoft Corporation.
-# All Rights Reserved.
-#
-# Makefile for wdm\audio\sysfx\apo
-#
-#############################################################################
-
-## NT BUILD ENVIROMENT
-
-#
-# 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.
-#
-!if defined(IA64)
-!message This sample is not to be built for IA64 targets
-!else
-
-!IF DEFINED(_NT_TARGET_VERSION)
-#! IF $(_NT_TARGET_VERSION)>=0x501
-! IF $(_NT_TARGET_VERSION)>=0x600
-! INCLUDE $(NTMAKEENV)\makefile.def
-! ELSE
-# Only warn once per directory
-! INCLUDE $(NTMAKEENV)\makefile.plt
-! IF "$(BUILD_PASS)"=="PASS1"
-! message BUILDMSG: Warning : Building the sample "$(MAKEDIR)" for downlevel build environments is temporarily disabled in WDK for Beta2.
-! ENDIF
-! ENDIF
-!ELSE
-! INCLUDE $(NTMAKEENV)\makefile.def
-!ENDIF
-
-!endif \ No newline at end of file