mc/nt/Makefile
Miguel de Icaza 74c6330a30 Sat Mar 7 14:43:27 1998 Pavel Roskin <pavel@absolute.spb.su>
* nt/Makefile.NT, nt/Makefile.VC4: rewritten for GNU make.
        Use gmake -f Makefile.VC4 to compile.

        * nt/*.c: config.h is included before all other code.

        * nt/config.h: added some definitions, because some
        compilers don't accept long command lines.

        * nt/Makefile.VC1: removed :-( It didn't work anyways.

        * nt/slint.nt.c: can be compiled under OS/2 too

        * nt/key.nt.c: correct_key_code was called twice. Shifted
        functional keys supported. Alt-F1 and Alt-F2 work as F11 and F12.
        Alt-F7 works as Shift-Alt-? (used for find file). Function
        alt_pressed() and ctrl_pressed() introduced.
1998-03-07 20:36:45 +00:00

38 lines
814 B
Makefile

#
# This makefile is for making the distribution on Unix
# You won't be able to compile with this one the Midnight Commander
# on Windows NT, use Makefile.NT instead.
#
# Please read the file README.NT in the top directory of the distribution
#
include ../Make.common
FILES = Makefile TODO dirent.c mc.ico bugs mc.rc config.h dirent.h \
Makefile.NT chmod.nt.c drive.nt.c slint.nt.c cons.handler.nt.c \
key.nt.c utilnt.c Makefile.NT Makefile.VC4 \
util.WinNT.c util.debug.c util.Win32.c util.Win32.h util.debug.h \
drive.h
FILESSYS = sys/param.h sys/time.h
all:
TAGS: $(FILES)
etags $(FILES)
clean realclean distclean cross:
install:
uninstall:
depend dep:
fastdeploc:
distcopy:
$(CP) $(FILES) ../../mc-$(VERSION)/nt
-mkdir ../../mc-$(VERSION)/nt/sys
$(CP) $(FILESSYS) ../../mc-$(VERSION)/nt/sys