From d7a148c8fff7808822bb372f6d6e7c6c1da6a68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Wed, 23 Oct 2002 18:19:13 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=193 --- Patches/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Patches/makefile') diff --git a/Patches/makefile b/Patches/makefile index e27df95..6097c42 100644 --- a/Patches/makefile +++ b/Patches/makefile @@ -1,4 +1,4 @@ -all: vframe vsig vsnapshot vrgb vcolor vframeread vdrawarray arraysize buildstr l2s +all: vframe vsig vsnapshot vrgb vcolor vframeread vdrawarray arraysize buildstr l2s system # FLAGS: # @@ -36,3 +36,6 @@ buildstr: l2s: cl l2s.c $(F) /link /export:l2s_setup $(L) + +system: + cl system.c $(F) /link /export:system_setup $(L) -- cgit v1.2.1