From 8d4af8c4ed5a48cf1a794adf928ffbff2c03c4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Sat, 2 Apr 2016 19:35:55 +0200 Subject: [PATCH 1/2] Delete sources --- ScpVBus/bus/sources | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 ScpVBus/bus/sources diff --git a/ScpVBus/bus/sources b/ScpVBus/bus/sources deleted file mode 100644 index 90d3d70..0000000 --- a/ScpVBus/bus/sources +++ /dev/null @@ -1,15 +0,0 @@ -TARGETNAME = ScpVBus -TARGETTYPE = DRIVER - -INCLUDES = ..\inc - -MSC_WARNING_LEVEL = /W4 /WX - -TARGETLIBS = $(DDK_LIB_PATH)\wdmsec.lib \ - $(DDK_LIB_PATH)\ntstrsafe.lib - -SOURCES = busenum.rc \ - busenum.c \ - pnp.c \ - power.c \ - buspdo.c From 0d46ef0d4f39020a17251aaf349020aa8bcc4053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Sat, 2 Apr 2016 19:36:01 +0200 Subject: [PATCH 2/2] Delete makefile --- ScpVBus/bus/makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 ScpVBus/bus/makefile diff --git a/ScpVBus/bus/makefile b/ScpVBus/bus/makefile deleted file mode 100644 index b6c73b5..0000000 --- a/ScpVBus/bus/makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# 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 driver components of the Windows NT DDK -# - -!INCLUDE $(NTMAKEENV)\makefile.def - -