X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=windows.txt;h=add3bc0382ef9b637ea1d2c7e9076093299e1d0c;hp=0b4418e4fee326b963abc3492ee01ec91cb4b013;hb=91d51c66de0c9780a58795bf9d3cb82a1931accd;hpb=247a4ed52a51a1dbd85877438b86a39ca68a3cca diff --git a/windows.txt b/windows.txt index 0b4418e..add3bc0 100644 --- a/windows.txt +++ b/windows.txt @@ -1,5 +1,5 @@ YAZ Compilation guidelines for winNT/95. - $Id: windows.txt,v 1.4 2000-04-17 14:21:38 adam Exp $ + $Id: windows.txt,v 1.5 2000-12-05 19:14:12 adam Exp $ This distribution of YAZ includes makefiles that works with Visual C++ version 5 and 6. The makefile is located in sub directory 'win'. @@ -38,15 +38,12 @@ yaz-ztest.exe - The Z39.50 test server as a console application. It is As an option ztest may be installed as an NT service (not Windows 95). Use 'ztest -install ' to install - it and 'ztest -remove ' to remove it again. Since - NT runs the service program in some weird directory, such as - \winnt\system32, it's probably a good idea to use the option - '-w' to change to some other directory. For example + it and 'ztest -remove ' to remove it again. Example: - yaz-ztest -install -w d:\proj\yaz\ztest -l ztest.out tcp:@:210 + yaz-ztest -install -l ztest.out tcp:@:210 - which specifies both working directory (d:\proj\yaz\ztest) - and a log file (ztest.out). The server is started on port 210. + which specifies a log file to be written. The server listens + on port 210. After successful compilation all executables and DLL's are located in sub YAZ\BIN. Libraries are located in YAZ\LIB.