Imported Upstream version 2.7
[debian/cpmtools] / README.win32
1 Compiling on Win32 systems:
2
3   It's best to do this using mingw32 and standard configure commands. The 
4 makefiles for Microsoft C and Borland C are pretty outdated and don't 
5 understand LibDsk. 
6
7 For Microsoft C++ (eg: Visual C++ 6.0):
8
9 * Run the VCVARS32 command to set up the command-line compiler.
10 * Build the CPMTOOLS programs with NMAKE /F MAKEFILE.MSC
11
12 For Borland C++ 5.x:
13
14 * Use Makefile.bcc
15
16   I have not found a working Curses library for Win32, so fsed.cpm has not
17 been touched. 
18
19   Under Windows 95/98, if a program name has more than one dot, you have to
20 add the ".exe" extension to the command. So you should use "fsck.cpm.exe" 
21 rather than just "fsck.cpm".
22
23   If you have appropriate rights, the CPMTOOLS should be able to access
24 the floppy drive by using "A:" or "B:" as the name of the disc image. 
25 "mkfs.cpm" and "fsed.cpm" don't have this capability.
26
27 John Elliott, 18 June 2000