aboutsummaryrefslogtreecommitdiff
path: root/Patches/makefile
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2002-10-23 18:19:13 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2002-10-23 18:19:13 +0000
commitd7a148c8fff7808822bb372f6d6e7c6c1da6a68a (patch)
tree697f88a795e95f12d22ed77ea983daef408d8095 /Patches/makefile
parent163a66302667158daef63e4a88a32002a5c1831a (diff)
*** empty log message ***
svn path=/trunk/Framestein/; revision=193
Diffstat (limited to 'Patches/makefile')
-rw-r--r--Patches/makefile5
1 files changed, 4 insertions, 1 deletions
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)