Version 2.x of the library
git-svn-id: http://svn.code.sf.net/p/utfcpp/code@60 a809a056-fc17-0410-9590-b4f493f8b08e
This commit is contained in:
parent
9d706078c8
commit
8af502d493
29 changed files with 422952 additions and 0 deletions
5
v2_0/test_drivers/performance/Makefile
Normal file
5
v2_0/test_drivers/performance/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
CC = g++
|
||||
CFLAGS = -O2
|
||||
|
||||
iconvtest: iconvtest.cpp ../../source/utf8.h timer.h
|
||||
$(CC) $(CFLAGS) iconvtest.cpp -oiconvtest
|
Loading…
Add table
Add a link
Reference in a new issue