Makefile.lite
Upload User: wstnjxml
Upload Date: 2014-04-03
Package Size: 7248k
Code Size: 0k
Category:

Windows CE

Development Platform:

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.