Makefile.lite
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:0k
源码类别:

Windows CE

开发平台:

C/C++

  1. #
  2. # GNU makefile
  3. #
  4. topdir = ../../..
  5. LIB_NAME = libutf8
  6. INCLUDES = -I$(topdir)/include -I$(topdir)/include/share -I$(ICONV_INCLUDE_DIR)
  7. SRCS_C = 
  8. charset.c 
  9. iconvert.c 
  10. utf8.c
  11. include $(topdir)/build/lib.mk
  12. # DO NOT DELETE THIS LINE -- make depend depends on it.