"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "mysql-4.0.27/README.build-files" of archive mysql-4.0.27-win-src.zip:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 Some notes about building MySQL with VC++
    2 
    3 - After bulding all projects, you get the files in the following directories:
    4 
    5 Directory		Content
    6 
    7 lib_debug		Debug libraries
    8 lib_release		Release libraries
    9 lib_classic		Embedded server libraries for classic
   10 lib_pro			Embedded server libraries for pro
   11 client_debug		Debug executables
   12 client_release		Client release
   13 client_classic		Commerical binaries (classic)
   14 client_pro		Commerical binaries (unique for pro version)
   15 include			Include files
   16 
   17 The copy_mysql_files.bat script can be used to copy the generated
   18 files to c:\mysql
   19