README.MSVC6
1 Compiling CircleMUD under Microsoft Windows 95 2 using Microsoft Visual C++ 6.0 w/SP2 3 4 5 The following information is from Michael Robinson. You can contact Mike at 6 <chevy67ss@geocities.com>. [1] 7 8 Compiling with MS Visual C++ 6.0: 9 10 1. In the src directory, rename conf.h.win to conf.h. 11 12 2. Go to File|New... Create a new workspace called circle. Put the root 13 directory path into the location field. 14 15 3. Go to File|New... Create a new Win32 Console Application called circle 16 and click to add it to the current workspace. Chose an empty console. 17 18 4. In fileview, right-click circle files, and click Add Files to Project... 19 Select all of the .c files in the src directory. 20 21 5. Expand the plus sign of Circle files, right-click the headers Folder, 22 and click Add Files to Folder... Select all of the .h files in the src 23 directory. 24 25 5. Right-click "Circle files", click settings..., and change settings to 26 all configurations. 27 28 6. Click the Link tab and add wsock32.lib to end of the Object/Library 29 modules list. 30 31 7. Save the workspace. 32 33 8. Choose Build|Build circle.exe. 34 35 9. Move the circle.exe file from the circle\debug directory to the root 36 directory. 37 38 ========= 39 40 [1] - This appears (by 'diff') to be based on the README.MSVC5 document by Rob 41 Baumstark from http://www.connect.ab.ca/~rbmstrk/. You can contact Rob at his 42 <shirak@connect.ab.ca> e-mail address. 43 44 George Greer 45 greerga@circlemud.org 46 47