diff options
author | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-08-25 18:55:02 +0000 |
---|---|---|
committer | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-08-25 18:55:02 +0000 |
commit | c4574a9fb0281ff3945ecb7eedf101680a7db6ba (patch) | |
tree | 96f9a662a89ce2580faf85517eb04b22968f4514 /Plugins/makefile | |
parent | bc948004f422d2380b936d4fb7e83409597555d9 (diff) |
*** empty log message ***
svn path=/trunk/Framestein/; revision=88
Diffstat (limited to 'Plugins/makefile')
-rw-r--r-- | Plugins/makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Plugins/makefile b/Plugins/makefile index 4e92a8a..8a1dd91 100644 --- a/Plugins/makefile +++ b/Plugins/makefile @@ -4,7 +4,8 @@ all: noize colortv subtract xbend bend gol shuffle green \ convolution compare darken deinterlace difference interlace lighten \ multiply overlay screen shadowcaster softlight \ rgbseek modgain traffic constrain eclipse eclipse02 eclipse03 \ - cga keyscreen rene cutout fromage rgbavg rgbavg02 + cga keyscreen rene cutout fromage rgbavg rgbavg02 \ + rowca dir *.dll @@ -181,3 +182,6 @@ rgbavg02: # # </PeRColate> # + +rowca: + cl rowca.cpp $(FLAGS) /GX /link $(EFFECT) |