From 6a5cb90b45891083fe4981f1d57d0ba5a6e37fc0 Mon Sep 17 00:00:00 2001 From: Brodie Thiesfield Date: Wed, 24 Jan 2007 18:48:17 +0000 Subject: version 4.1 release Fix compilation breakages on gcc. Changed multi-line entries so that regardless of platform the in memory value has lines separated by a single \n character and on save they are delimited by the platform newline characters. Added option to output the UTF-8 file signature to all Save and SaveFile methods. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04dbba6..c44c87b 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,12 @@ CPPFLAGS=-Wall OBJ=testsi.o test1.o snippets.o ConvertUTF.o -testsi: $(OBJ) +testsi: $(OBJ) gcc -o testsi -lstdc++ $(OBJ) clean: rm -f testsi $(OBJ) + +data: + sed 's/\r\n$$/\n/g' < test1-expected.ini > unix.out + mv unix.out test1-expected.ini -- cgit v1.2.3