diff options
author | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-09-22 20:53:10 +0000 |
---|---|---|
committer | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-09-22 20:53:10 +0000 |
commit | 163a66302667158daef63e4a88a32002a5c1831a (patch) | |
tree | 3500e381fcdbada5db0cdcc7c8ad7b8967d4bcaa /Plugins/makefile | |
parent | 3bd43c9d18e565e193e555f9de0ce916f8faf807 (diff) |
cleaned up compiler files (*.exp *.lib *.obj) from project / lightspeed-plugin
svn path=/trunk/Framestein/; revision=136
Diffstat (limited to 'Plugins/makefile')
-rw-r--r-- | Plugins/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Plugins/makefile b/Plugins/makefile index 928c4b7..dd1b028 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 argument-passing + rowca argument-passing lightspeed dir *.dll @@ -188,3 +188,6 @@ rowca: argument-passing: cl argument-passing.cpp $(FLAGS) /GX /link $(EFFECT) + +lightspeed: + cl lightspeed.c $(FLAGS) /link $(EFFECT) |