Added ptest.exe build for LCC.

This commit is contained in:
William McBrine
2005-11-26 06:29:27 +00:00
parent 96929c87ec
commit 50b261f7e4

View File

@@ -57,7 +57,7 @@ CURSESDLL = curses.dll
LIBPANEL = panel.lib
PDCLIBS = $(LIBCURSES) $(LIBPANEL) $(CURSESDLL)
DEMOS = testcurs.exe newdemo.exe xmas.exe tuidemo.exe firework.exe
DEMOS = testcurs.exe newdemo.exe xmas.exe tuidemo.exe firework.exe ptest.exe
DLL_DEMOS = testcurs_dll.exe newdemo_dll.exe xmas_dll.exe tuidemo_dll.exe firework_dll.exe
###############################################################################