From 163a66302667158daef63e4a88a32002a5c1831a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Sun, 22 Sep 2002 20:53:10 +0000 Subject: cleaned up compiler files (*.exp *.lib *.obj) from project / lightspeed-plugin svn path=/trunk/Framestein/; revision=136 --- Plugins/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Plugins/makefile') 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) -- cgit v1.2.1