From 2f35f7fb46404ddcd5563efafa5c3cce60d29d7f Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 29 Nov 2005 18:37:41 +0000 Subject: [PATCH] Added ptest, improved clean target, commented out lxlite call. --- os2/gccos2.mak | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/os2/gccos2.mak b/os2/gccos2.mak index 7a7fd0bc..605d5848 100644 --- a/os2/gccos2.mak +++ b/os2/gccos2.mak @@ -80,15 +80,19 @@ LIBCURSES = pdcurses.a LIBPANEL = panel.a PDCLIBS = $(LIBCURSES) $(DLLTARGET) $(LIBPANEL) -DEMOS =testcurs.exe newdemo.exe xmas.exe tuidemo.exe firework.exe +DEMOS =testcurs.exe newdemo.exe xmas.exe tuidemo.exe firework.exe ptest.exe ################################################################################ all: $(PDCLIBS) $(DEMOS) clean: -del *.o + -del *.dlo + -del *.a -del *.lib + -del *.dll -del *.exe + -del testcurs newdemo xmas tuidemo firework ptest demos: $(DEMOS) @@ -206,7 +210,7 @@ pdcurses.a : $(LIBOBJS) $(PDCOBJS) curses.dll : $(DLLOBJS) $(PDCDLOS) $(LINK) $(DLLFLAGS) -o curses.dll $(DLLOBJS) $(PDCDLOS) $(osdir)\pdcurses.def - lxlite curses.dll +# lxlite curses.dll emximp -o curses.lib $(osdir)\pdcurses.def emximp -o curses.a curses.lib