imgtools/romtools/rofsbuild/rofsbuild.mmp
changeset 626 ac03b93ca9c4
parent 607 378360dbbdba
child 654 7c11c3d8d025
--- a/imgtools/romtools/rofsbuild/rofsbuild.mmp	Thu Aug 12 09:00:16 2010 +0100
+++ b/imgtools/romtools/rofsbuild/rofsbuild.mmp	Tue Aug 17 15:31:16 2010 +0800
@@ -46,12 +46,13 @@
 USERINCLUDE   ../../imglib/inc ../../imglib/compress
 USERINCLUDE   ../../imglib/patchdataprocessor/include ../../imglib/parameterfileprocessor/include
 USERINCLUDE	  ../../imglib/memmap/include
+USERINCLUDE   ../../imglib/uniconv/include
 USERINCLUDE   ../rofsbuild/inc
 USERINCLUDE   ../../imglib/boostlibrary/
 USERINCLUDE   ../../imglib/boostlibrary/boost
 
 STATICLIBRARY 	patchdataprocessor parameterfileprocessor memmap
-STATICLIBRARY   boost_thread-1.39 boost_filesystem-1.39 boost_regex-1.39 boost_system-1.39
+STATICLIBRARY   boost_thread-1.39 boost_filesystem-1.39 boost_regex-1.39 boost_system-1.39 uniconv
 #ifdef TOOLS2_LINUX
 OPTION    GCC -pthread -O2 -Wno-uninitialized
 #else