aboutsummaryrefslogtreecommitdiff
path: root/Plugins/makefile
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2002-09-18 16:32:27 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2002-09-18 16:32:27 +0000
commit3bd43c9d18e565e193e555f9de0ce916f8faf807 (patch)
tree81b3938b9863edf96efa6e0b1adf33081da5f440 /Plugins/makefile
parentabe3e28bb8c11236f42046e1c1fd6f809b00a823 (diff)
*** empty log message ***
svn path=/trunk/Framestein/; revision=132
Diffstat (limited to 'Plugins/makefile')
-rw-r--r--Plugins/makefile7
1 files changed, 5 insertions, 2 deletions
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)