⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.mpc

📁 提供了rbtree ttree avltree list hashtable等常用容器的算法,代码经过uclinux + arm44b0平台验证
💻 MPC
字号:
project(test){	
		includes += "../include/"

		libpaths += ../bin
		lit_libs += container
		lit_libs += debug
		lit_libs += os_api
		lit_libs += advance_container
		lit_libs += frame
		lit_libs += file_op
		lit_libs += utility
		lit_libs += algorithm
		//pure_libs=/root/ist/sqlite/sqlite/libxxxx.a
		
		exename=test
		//staticname=os_api
		//sharedname=
		install=./
		//libout=../bin

		//cp ./os_api/util.h ../include/util
		//cp ./container/*.h ../include/util
		
		verbatim(make,local) {
			CPPFLAGS += -Wno-deprecated -g -D_DEBUG
			//CPPFLAGS += -Os -D__uClinux__ -fno-builtin 		
		}
 		Source_Files {
 		test_frame.c
 		test_deque.c
 		test_ini.c
 		test_mybuffer.c
 		test_myrbtree.c
 		test_timer_heap.c
 		test_hash.c
 		test_msgparse.c
 		test_mylist.c
 		test_string_set.c
 		test_vector.c
 		test.c
 		//boost_tst.cpp
 		getcallid.c
 		test_heapSort.c
 		test_avltree.c
		test_rhapsody_mem_pool.c
		test_binary.c
		test_ttree.c
 		}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -