Pavel Roskin d3f0a2f61b Remove spaces around "Error" and "Warning" together with their translations. 22 years ago
..
.cvsignore fe79f3e017 More files to ignore 24 years ago
BUGS 24cf8069a7 * BUGS: Remove obsolete and OS/2 specific parts. 23 years ago
ChangeLog 82d2844bb0 * chmod.c: Eliminate x_set_dialog_title(). 22 years ago
Makefile.BC5 5c3a4556b9 -I statements changed for Borland and IBM 27 years ago
Makefile.MIN cc78b0ccdc * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS. 24 years ago
Makefile.PC ec1b1f9614 Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 22 years ago
Makefile.RSX 5899d6b714 Resources support for RSX 27 years ago
Makefile.VC4 5f8d7d3107 Cosmetic changes in makefiles 27 years ago
Makefile.am ec1b1f9614 Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 22 years ago
README 24cf8069a7 * BUGS: Remove obsolete and OS/2 specific parts. 23 years ago
TODO 24cf8069a7 * BUGS: Remove obsolete and OS/2 specific parts. 23 years ago
chmod.c ec1b1f9614 Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 22 years ago
config.h 609af3a4b7 Remove unused NEEDS_CR_LF_TRANSLATION. 22 years ago
cons_nt.c 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 years ago
dirent_nt.c 97a212484b * config.h: Remove definitions for UNIX-specific permission 23 years ago
drive.c d3f0a2f61b Remove spaces around "Error" and "Warning" together with their translations. 22 years ago
drive.h 450203f8a2 regex_comand() calls corrected in the XView edition 27 years ago
key_nt.c ec1b1f9614 Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 22 years ago
mc.rc cc78b0ccdc * Makefile.MIN: Add "-mno-cygwin" to MC_MISC_CFLAGS. 24 years ago
mc_nt.ico 450203f8a2 regex_comand() calls corrected in the XView edition 27 years ago
slint_pc.c ec1b1f9614 Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 22 years ago
trace_nt.c ec1b1f9614 Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 22 years ago
trace_nt.h e828211662 Updated address of Free Software Foundation 24 years ago
util_nt.c d3f0a2f61b Remove spaces around "Error" and "Warning" together with their translations. 22 years ago
util_win32.c e828211662 Updated address of Free Software Foundation 24 years ago
util_win32.h e828211662 Updated address of Free Software Foundation 24 years ago
util_winnt.c e828211662 Updated address of Free Software Foundation 24 years ago

README

This is the port of Midnight Commander for Win32.

The original code was contributed by
Juan Grigera

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!