Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrodie Thiesfield <brofield@gmail.com>2007-01-25 13:52:42 +0300
committerBrodie Thiesfield <brofield@gmail.com>2007-01-25 13:52:42 +0300
commit9a891506c929d76dfe92ba81034586886bd4827e (patch)
treec565d0cd35fc2bb81a2249b19e5fcdfb67367684 /Makefile
parent6a5cb90b45891083fe4981f1d57d0ba5a6e37fc0 (diff)
version 4.2 release
Fix compilation breakages on gcc. Changed comments to get same newline handling like multi-line entries.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c44c87b..265926d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CPPFLAGS=-Wall
OBJ=testsi.o test1.o snippets.o ConvertUTF.o
testsi: $(OBJ)
- gcc -o testsi -lstdc++ $(OBJ)
+ g++ -o testsi -lstdc++ $(OBJ)
clean:
rm -f testsi $(OBJ)