aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.nmake16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index 2f4de9b616..9682618d56 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -16,7 +16,6 @@ all: \
enttec \
giop \
gryphon \
- h223 \
irda \
lwres \
m2m \
@@ -79,11 +78,6 @@ gryphon::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
-h223::
- cd h223
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
- cd ..
-
irda::
cd irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
@@ -195,9 +189,6 @@ clean:
cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
- cd h223
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
- cd ..
cd irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@@ -276,9 +267,6 @@ distclean: clean
cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
- cd h223
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
- cd ..
cd irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
@@ -357,9 +345,6 @@ maintainer-clean: distclean
cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
- cd h223
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
- cd ..
cd irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
@@ -427,7 +412,6 @@ install-plugins:
xcopy enttec\*.dll $(VERSION) /d
xcopy giop\*.dll $(VERSION) /d
xcopy gryphon\*.dll $(VERSION) /d
- xcopy h223\*.dll $(VERSION) /d
xcopy irda\*.dll $(VERSION) /d
xcopy lwres\*.dll $(VERSION) /d
xcopy m2m\*.dll $(VERSION) /d