mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 23:35:20 +00:00
Merge branch 'master' of wendy:pdcurses
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user