diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-12-10 20:47:06 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-12-10 20:47:06 +0000 |
commit | 5af9cc14b70f907f0d10a75aa28ad04bbd65ec0d (patch) | |
tree | eaa75a18523d97c6e47c8ccec59365948b0082f7 /ViCious/toxy/makefile | |
parent | 155fa2c04c7e415803e1546dcde0a47442eef4b3 (diff) |
restricted debug garbage to krzYszcz, few fixes in toxy
svn path=/trunk/externals/miXed/; revision=2364
Diffstat (limited to 'ViCious/toxy/makefile')
-rw-r--r-- | ViCious/toxy/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ViCious/toxy/makefile b/ViCious/toxy/makefile index cf55984..15e1bc5 100644 --- a/ViCious/toxy/makefile +++ b/ViCious/toxy/makefile @@ -27,7 +27,7 @@ LIBS = $(VCLIBDIR)\libc.lib \ toxy: tot.dll tow.dll widget.dll
@cd $(ROOTDIR)
- @$(ZIPCOMMAND) toxy-$(TOXY_SNAPSHOT).zip $(SNAPFILES)
+ @$(ZIPCOMMAND) toxy-$(TOXY_SNAPSHOT)-dll.zip $(SNAPFILES)
tot.dll: $(TOT_OBJECTS)
-link /dll /out:$@ $(LIBS) $** /export:$(@:.dll=_setup)
|