Added a dummy version of libcurses.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-08-29 18:13:52 +00:00
parent efe98e9b1d
commit 402f151d44
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