/[LeafOK_CVS]/pvpgn-1.7.4/docs/Compile.Instructions.Win32.VS.Net.txt
ViewVC logotype

Annotation of /pvpgn-1.7.4/docs/Compile.Instructions.Win32.VS.Net.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Tue Jun 6 03:41:37 2006 UTC (19 years, 9 months ago) by sysadm
Branch: GNU, MAIN
CVS Tags: arelease, HEAD
Changes since 1.1: +0 -0 lines
Content type: text/plain
no message

1 sysadm 1.1 PvPGN Win32 VS.Net Compile Instructions
2    
3     Compiling WITHOUT mySQL support:
4     - edit the PvPGN project properties:
5     -- C/C++ -> Preprocessor -> Preprocessor definitions: remove the ";WITH_SQL_MYSQL" part of the line
6     -- Linker -> command line: remove " libmysql.lib" part of the line
7     - compile
8    
9     Compiling WITH mySQL support:
10     - add a subfolder src/mysql/
11     - copy the header files from your favorite mySQL version to this folder
12     - copy libmysql.lib from your favorite mySQL version into src/win32
13     - compile
14     - make sure to provide the "libmysql.dll" from your chosen mySQL version along with the PvPGN exe
15    
16     Downgrade notes (to 2002 (version 7.00)):
17     - open sln file with an editor, change 8.00 to 7.00
18     - open project file with an editor, change 7.10 to 7.00

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1