translated some forgotten messages...
[midnight-commander.git] / pc / README
blobb15f0f18279403f0fe4a0cb2ebf672b11e1c5b2f
1 This is the port of Midnight Commander for Win32.
3 The original code was contributed by
4 Juan Grigera <grigera@isis.unlp.edu.ar>
6 You need GNU make in order to compile mc.  Other implementation of make
7 don't work!  Run
9 gmake -f Makefile.xxx [RELEASE=1]
11 where gmake is name of GNU make and Makefile.xxx is the makefile for
12 your compiler.  You may want to add RELEASE=1 if you want to compile an
13 optimized version without debug information.
15 Following compilers are supported:
17 Makefile.VC4:  Microsoft Visual C++ 4.0 and above
18 Makefile.BC5:  Borland C++ 5.x
19 Makefile.RSX:  RSXNT (http://www.mathematik.uni-bielefeld.de/~rainer/)
20 Makefile.MIN:  MinGW (http://www.mingw.org/)
22 Note that "supported" here means only that they used to work in the past
23 and the specific makefiles are provided for them!
25 Please note that the Win32 port is not actively developed.  The code may
26 be out-of-date.  You may need to fix the code in order to compile it.
28 If you add a file, don't forget to add it into Makefile.am, or it will
29 be missing from the release.  Note that the release procedure for GNU
30 Midnight Commander cannot detect missing files in the Win32 port!