Merge branch 'master' of wendy:pdcurses

This commit is contained in:
William McBrine
2017-12-28 00:15:02 -05:00
5 changed files with 6 additions and 6 deletions

View File

@@ -82,8 +82,8 @@ tui.o: $(demodir)/tui.c $(demodir)/tui.h $(PDCURSES_CURSES_H)
tuidemo.o: $(demodir)/tuidemo.c $(PDCURSES_CURSES_H)
$(CC) -c $(CFLAGS) -I$(demodir) -o$@ $<
PLATFORM1 = DJGPP 2.03
PLATFORM2 = DJGPP 2.03 for DOS
PLATFORM1 = DJGPP 2.05
PLATFORM2 = DJGPP 2.05 for DOS
ARCNAME = pdc$(VER)djg
include $(PDCURSES_SRCDIR)/makedist.mif

View File

@@ -42,7 +42,7 @@ $(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
-copy $(LIBCURSES) panel.lib
PLATFORM1 = Watcom C++ 16-bit DOS
PLATFORM2 = Open Watcom 1.6 for 16-bit DOS
PLATFORM2 = Open Watcom 2.0 for 16-bit DOS
ARCNAME = pdc$(VER)16w
!include $(PDCURSES_SRCDIR)\makedist.mif

View File

@@ -39,7 +39,7 @@ $(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
-copy $(LIBCURSES) panel.lib
PLATFORM1 = Watcom C++ 32-bit DOS
PLATFORM2 = Open Watcom 1.6 for 32-bit DOS
PLATFORM2 = Open Watcom 2.0 for 32-bit DOS
ARCNAME = pdc$(VER)32w
!include $(PDCURSES_SRCDIR)\makedist.mif

View File

@@ -37,7 +37,7 @@ $(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
-copy $(LIBCURSES) panel.lib
PLATFORM1 = Watcom C++ OS/2
PLATFORM2 = Open Watcom 1.6 for OS/2
PLATFORM2 = Open Watcom 2.0 for OS/2
ARCNAME = pdc$(VER)_wcc_os2
!include $(PDCURSES_SRCDIR)\makedist.mif

View File

@@ -45,7 +45,7 @@ $(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
-copy $(LIBCURSES) panel.lib
PLATFORM1 = Watcom C++ Win32
PLATFORM2 = Open Watcom 1.6 for Win32
PLATFORM2 = Open Watcom 2.0 for Win32
ARCNAME = pdc$(VER)_wcc_w32
!include $(PDCURSES_SRCDIR)\makedist.mif