README.WATCOM
1 Compiling CircleMUD 2 under Microsoft Windows 95 or Windows NT 3 using Watcom v.11 4 5 6 The following information is from Joe Osburn <joeos19@idt.net>. 7 8 Circle apparently compiles under 95/NT using Watcom's compiler with 9 the following changes: 10 11 1- Copy conf.h.win to conf.h 12 13 2- Rename all the act.* files to other names; the IDE in Watcom apparently 14 doesn't like files that start with act.* 15 16 3- In Watcom make a new project that is a Windows 95 character mode 17 executable; add all of Circle's .c files to it. 18 19 4- Remove the line that says "#define chdir _chdir" from sysdep.h 20 21 22 If you have any further information, patches, or more detailed instructions, 23 please mail them to us at bugs@circlemud.org. 24