aboutsummaryrefslogtreecommitdiff
path: root/Plugins/makefile
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2003-02-17 22:28:16 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2003-02-17 22:28:16 +0000
commitba67bbb2db6327dc0f64eab24bafe5f023ce42ed (patch)
treee6448c5063b7fb2b021e32e31958d10a9a51fb07 /Plugins/makefile
parent2992b54a966b8972730a2552bb81183f07e35795 (diff)
0.32
svn path=/trunk/Framestein/; revision=418
Diffstat (limited to 'Plugins/makefile')
-rw-r--r--Plugins/makefile19
1 files changed, 16 insertions, 3 deletions
diff --git a/Plugins/makefile b/Plugins/makefile
index f4e6b6c..b3f6a46 100644
--- a/Plugins/makefile
+++ b/Plugins/makefile
@@ -5,7 +5,8 @@ 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 argument-passing lightspeed
+ rowca argument-passing lightspeed merge_additive merge_mod ping \
+ fader
dir *.dll
@@ -72,10 +73,10 @@ xshred:
cl xshred.c $(FLAGS) /link $(COPY)
vf2fs:
- cl vf2fs.c $(FLAGS) /I..\Externals /link $(EFFECT)
+ cl vf2fs.c $(FLAGS) /I..\Patches /link $(EFFECT)
fs2vf:
- cl fs2vf.c $(FLAGS) /I..\Externals /link $(EFFECT)
+ cl fs2vf.c $(FLAGS) /I..\Patches /link $(EFFECT)
swap:
cl swap.cpp $(FLAGS) /link $(COPY)
@@ -192,3 +193,15 @@ argument-passing:
lightspeed:
cl lightspeed.c $(FLAGS) /link $(EFFECT)
+
+merge_additive:
+ cl merge_additive.cpp $(FLAGS) /GX /link $(COPY)
+
+merge_mod:
+ cl merge_mod.cpp $(FLAGS) /GX /link $(COPY)
+
+ping:
+ cl ping.c $(FLAGS) /link $(EFFECT)
+
+fader:
+ cl fader.cpp $(FLAGS) /GX /link $(COPY)