diff options
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)
|