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

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!