From 3bd43c9d18e565e193e555f9de0ce916f8faf807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Wed, 18 Sep 2002 16:32:27 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=132 --- Plugins/makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Plugins/makefile') diff --git a/Plugins/makefile b/Plugins/makefile index 8a1dd91..928c4b7 100644 --- a/Plugins/makefile +++ b/Plugins/makefile @@ -5,7 +5,7 @@ all: noize colortv subtract xbend bend gol shuffle green \ multiply overlay screen shadowcaster softlight \ rgbseek modgain traffic constrain eclipse eclipse02 eclipse03 \ cga keyscreen rene cutout fromage rgbavg rgbavg02 \ - rowca + rowca argument-passing dir *.dll @@ -26,7 +26,7 @@ colortv: cl colortv.c $(FLAGS) /link $(BOTH) subtract: - cl subtract.cpp $(FLAGS) /link $(EFFECT) + cl subtract.cpp $(FLAGS) /GX /link $(EFFECT) xbend: cl xbend.c $(FLAGS) /link $(BOTH) @@ -185,3 +185,6 @@ rgbavg02: rowca: cl rowca.cpp $(FLAGS) /GX /link $(EFFECT) + +argument-passing: + cl argument-passing.cpp $(FLAGS) /GX /link $(EFFECT) -- cgit v1.2.1