From: Pekka Riikonen Date: Tue, 24 Jul 2001 07:50:48 +0000 (+0000) Subject: updates. X-Git-Tag: 1.2.beta1~2002 X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=commitdiff_plain;h=77ae2258fd3c37311d2f256ac7ce3e07fe9b3eb1 updates. --- diff --git a/README.WIN32 b/README.WIN32 index 0e0495e4..14364bc2 100644 --- a/README.WIN32 +++ b/README.WIN32 @@ -60,3 +60,12 @@ giving the ./configure. After compilation there should be silc.dll and silcclient.dll files in the lib/ directory. It will also generate silc.lib and silcclient.lib files for linking against a client application. + + +Compiling SILC Toolkit with Cygwin +================================== + +Compiling the Toolkit with Cygwin is equivalent to compiling with MinGW +except that the ./configure does not take the --with-win32 option. In this +case it will compile using Cygwin's libraries and the binaries will require +the Cygwin DLL. diff --git a/distributions b/distributions index 15e30124..db2df8f8 100644 --- a/distributions +++ b/distributions @@ -62,12 +62,14 @@ client_SUBDIRS=lib irssi doc includes client_SUBDIRS_lib=contrib silccore silccrypt silcsim silcmath silcske silcutil trq silcclient client_SUBDIRS_doc=$(COMMONDIRS) client_DISTLABEL=SILC_DIST_CLIENT +client_EXTRA_DIST=# # SILC Server distribution server_SUBDIRS=lib silcd doc includes server_SUBDIRS_lib=contrib silccore silccrypt silcsim silcmath silcske silcutil trq dotconf server_SUBDIRS_doc=$(COMMONDIRS) server_DISTLABEL=SILC_DIST_SERVER +server_EXTRA_DIST=# # Native WIN32 SILC library distribution (will include only the libraries) win32dll_SUBDIRS=lib doc includes