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:
parent
196a58c77e
commit
9d706078c8
29 changed files with 5 additions and 0 deletions
5
v1_0/samples/Makefile
Normal file
5
v1_0/samples/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
CC = g++
|
||||
CFLAGS = -g -Wall -pedantic
|
||||
|
||||
docsample: docsample.cpp ../source/utf8.h
|
||||
$(CC) $(CFLAGS) docsample.cpp -odocsample
|
Loading…
Add table
Add a link
Reference in a new issue