From 2b60d55c919e7588f5aff15936e83c300b3660bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 22 Mar 2005 20:58:25 +0000 Subject: zexy-2.0: - use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641 --- z_install.bat | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'z_install.bat') diff --git a/z_install.bat b/z_install.bat index 52c3a86..d68034e 100644 --- a/z_install.bat +++ b/z_install.bat @@ -1,9 +1,10 @@ @echo off echo installing zexy on your system -mkdir ..\externs -copy zexy.dll ..\externs +mkdir ..\extra +copy zexy.dll ..\extra + echo copying help files -mkdir ..\doc\5.reference\zexy -copy examples\* ..\doc\5.reference\zexy +mkdir ..\extra\help-zexy +copy examples\* ..\extra\help-zexy + echo done -echo on -- cgit v1.2.1