mc/pc
Pavel Roskin d3f0a2f61b Remove spaces around "Error" and "Warning" together with their translations.
Also remove spaces from "Quit" and "Search", but leave alone the
translations, that already have them without spaces.
2002-10-21 04:13:49 +00:00
..
.cvsignore More files to ignore 2000-08-24 22:28:49 +00:00
BUGS * BUGS: Remove obsolete and OS/2 specific parts. 2002-01-03 07:35:10 +00:00
ChangeLog * chmod.c: Eliminate x_set_dialog_title(). 2002-09-02 19:29:33 +00:00
Makefile.BC5
Makefile.MIN * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS. 2001-06-11 15:39:57 +00:00
Makefile.PC Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 2002-09-10 22:04:11 +00:00
Makefile.RSX
Makefile.VC4
Makefile.am Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 2002-09-10 22:04:11 +00:00
README * BUGS: Remove obsolete and OS/2 specific parts. 2002-01-03 07:35:10 +00:00
TODO * BUGS: Remove obsolete and OS/2 specific parts. 2002-01-03 07:35:10 +00:00
chmod.c Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 2002-09-10 22:04:11 +00:00
config.h Remove unused NEEDS_CR_LF_TRANSLATION. 2002-09-24 04:33:16 +00:00
cons_nt.c * chmod.c: Include ../src/global.h, remove unneeded includes. 2002-01-22 00:32:42 +00:00
dirent_nt.c * config.h: Remove definitions for UNIX-specific permission 2002-01-22 01:27:53 +00:00
drive.c Remove spaces around "Error" and "Warning" together with their translations. 2002-10-21 04:13:49 +00:00
drive.h
key_nt.c Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 2002-09-10 22:04:11 +00:00
mc.rc * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS. 2001-06-11 15:39:57 +00:00
mc_nt.ico
slint_pc.c Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 2002-09-10 22:04:11 +00:00
trace_nt.c Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 2002-09-10 22:04:11 +00:00
trace_nt.h
util_nt.c Remove spaces around "Error" and "Warning" together with their translations. 2002-10-21 04:13:49 +00:00
util_win32.c
util_win32.h
util_winnt.c

README

This is the port of Midnight Commander for Win32.

The original code was contributed by
Juan Grigera <grigera@isis.unlp.edu.ar>

You need GNU make in order to compile mc.  Other implementation of make
don't work!  Run

gmake -f Makefile.xxx [RELEASE=1]

where gmake is name of GNU make and Makefile.xxx is the makefile for
your compiler.  You may want to add RELEASE=1 if you want to compile an
optimized version without debug information.

Following compilers are supported:

Makefile.VC4:  Microsoft Visual C++ 4.0 and above
Makefile.BC5:  Borland C++ 5.x
Makefile.RSX:  RSXNT (http://www.mathematik.uni-bielefeld.de/~rainer/)
Makefile.MIN:  MinGW (http://www.mingw.org/)

Note that "supported" here means only that they used to work in the past
and the specific makefiles are provided for them!

Please note that the Win32 port is not actively developed.  The code may
be out-of-date.  You may need to fix the code in order to compile it.

If you add a file, don't forget to add it into Makefile.am, or it will
be missing from the release.  Note that the release procedure for GNU
Midnight Commander cannot detect missing files in the Win32 port!