Pavel Roskin 345cc077d0 * Makefile.PC: Remove OS/2-specific parts. Substitute 23 лет назад
..
.cvsignore fe79f3e017 More files to ignore 24 лет назад
BUGS 24cf8069a7 * BUGS: Remove obsolete and OS/2 specific parts. 23 лет назад
ChangeLog 345cc077d0 * Makefile.PC: Remove OS/2-specific parts. Substitute 23 лет назад
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 345cc077d0 * Makefile.PC: Remove OS/2-specific parts. Substitute 23 лет назад
Makefile.RSX 5899d6b714 Resources support for RSX 27 лет назад
Makefile.VC4 5f8d7d3107 Cosmetic changes in makefiles 27 лет назад
Makefile.am 182da213b2 * Makefile.am: Remove all files used by OS/2 only. The OS/2 23 лет назад
README 24cf8069a7 * BUGS: Remove obsolete and OS/2 specific parts. 23 лет назад
TODO 24cf8069a7 * BUGS: Remove obsolete and OS/2 specific parts. 23 лет назад
chmod.c 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 лет назад
config.h 97a212484b * config.h: Remove definitions for UNIX-specific permission 23 лет назад
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 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 лет назад
drive.h 450203f8a2 regex_comand() calls corrected in the XView edition 27 лет назад
key_nt.c 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 лет назад
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 лет назад
regex.c 23589cf41b * regex.c: Add temporarily to fix the build. 23 лет назад
regex.h 23589cf41b * regex.c: Add temporarily to fix the build. 23 лет назад
slint_pc.c 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 лет назад
trace_nt.c c5df6b4367 * util_nt.c (_win32Trace): Add missing va_end(). 23 лет назад
trace_nt.h e828211662 Updated address of Free Software Foundation 24 лет назад
util_nt.c 0fd548dad6 * chmod.c: Include ../src/global.h, remove unneeded includes. 23 лет назад
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!