Added a dummy version of libcurses.

llvm-svn: 8222
This commit is contained in:
Misha Brukman 2003-08-29 18:13:52 +00:00
parent 2149ea7e72
commit 3a2120f3c3
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
LEVEL = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=curses
include $(LEVEL)/Makefile.common

View File