Moved the current tree under the new v1_0 directory. For the new development, I'll create new branches.

git-svn-id: http://svn.code.sf.net/p/utfcpp/code@59 a809a056-fc17-0410-9590-b4f493f8b08e
This commit is contained in:
ntrifunovic 2006-09-15 20:07:05 +00:00
commit 9d706078c8
29 changed files with 5 additions and 0 deletions

5
v1_0/samples/Makefile Normal file
View file

@ -0,0 +1,5 @@
CC = g++
CFLAGS = -g -Wall -pedantic
docsample: docsample.cpp ../source/utf8.h
$(CC) $(CFLAGS) docsample.cpp -odocsample