# HG changeset patch # User John Tsiombikas # Date 1361332081 -7200 # Node ID 6a836b1dc31bd170248f804ff381867f5136e555 # Parent 1abbed71e9c962679df3afb4b4d79d2a6a018667 foo diff -r 1abbed71e9c9 -r 6a836b1dc31b Makefile --- a/Makefile Wed Feb 20 05:45:27 2013 +0200 +++ b/Makefile Wed Feb 20 05:48:01 2013 +0200 @@ -4,7 +4,7 @@ ccsrc = $(wildcard src/*.cc) obj = $(csrc:.c=.o) $(ccsrc:.cc=.o) dep = $(obj:.o=.d) -bin = udg +bin = printblobs CFLAGS = -pedantic -Wall -g -O3 -Ilibs/metasurf -Ilibs/dsys2 CXXFLAGS = $(CFLAGS) diff -r 1abbed71e9c9 -r 6a836b1dc31b src/mballs.cc --- a/src/mballs.cc Wed Feb 20 05:45:27 2013 +0200 +++ b/src/mballs.cc Wed Feb 20 05:48:01 2013 +0200 @@ -1,5 +1,5 @@ /* -Printblobs - typography display hack +Printblobs - halftoning display hack Copyright (C) 2013 John Tsiombikas This program is free software: you can redistribute it and/or modify diff -r 1abbed71e9c9 -r 6a836b1dc31b src/mballs.h --- a/src/mballs.h Wed Feb 20 05:45:27 2013 +0200 +++ b/src/mballs.h Wed Feb 20 05:48:01 2013 +0200 @@ -1,5 +1,5 @@ /* -Printblobs - typography display hack +Printblobs - halftoning display hack Copyright (C) 2013 John Tsiombikas This program is free software: you can redistribute it and/or modify diff -r 1abbed71e9c9 -r 6a836b1dc31b src/opengl.h --- a/src/opengl.h Wed Feb 20 05:45:27 2013 +0200 +++ b/src/opengl.h Wed Feb 20 05:48:01 2013 +0200 @@ -1,5 +1,5 @@ /* -Printblobs - typography display hack +Printblobs - halftoning display hack Copyright (C) 2013 John Tsiombikas This program is free software: you can redistribute it and/or modify diff -r 1abbed71e9c9 -r 6a836b1dc31b src/post.cc --- a/src/post.cc Wed Feb 20 05:45:27 2013 +0200 +++ b/src/post.cc Wed Feb 20 05:48:01 2013 +0200 @@ -1,5 +1,5 @@ /* -Printblobs - typography display hack +Printblobs - halftoning display hack Copyright (C) 2013 John Tsiombikas This program is free software: you can redistribute it and/or modify diff -r 1abbed71e9c9 -r 6a836b1dc31b src/post.h --- a/src/post.h Wed Feb 20 05:45:27 2013 +0200 +++ b/src/post.h Wed Feb 20 05:48:01 2013 +0200 @@ -1,5 +1,5 @@ /* -Printblobs - typography display hack +Printblobs - halftoning display hack Copyright (C) 2013 John Tsiombikas This program is free software: you can redistribute it and/or modify diff -r 1abbed71e9c9 -r 6a836b1dc31b src/sdr.c --- a/src/sdr.c Wed Feb 20 05:45:27 2013 +0200 +++ b/src/sdr.c Wed Feb 20 05:48:01 2013 +0200 @@ -1,5 +1,5 @@ /* -Printblobs - typography display hack +Printblobs - halftoning display hack Copyright (C) 2013 John Tsiombikas This program is free software: you can redistribute it and/or modify diff -r 1abbed71e9c9 -r 6a836b1dc31b src/sdr.h --- a/src/sdr.h Wed Feb 20 05:45:27 2013 +0200 +++ b/src/sdr.h Wed Feb 20 05:48:01 2013 +0200 @@ -1,5 +1,5 @@ /* -Printblobs - typography display hack +Printblobs - halftoning display hack Copyright (C) 2013 John Tsiombikas This program is free software: you can redistribute it and/or modify diff -r 1abbed71e9c9 -r 6a836b1dc31b src/udg.cc --- a/src/udg.cc Wed Feb 20 05:45:27 2013 +0200 +++ b/src/udg.cc Wed Feb 20 05:48:01 2013 +0200 @@ -1,5 +1,5 @@ /* -Printblobs - typography display hack +Printblobs - halftoning display hack Copyright (C) 2013 John Tsiombikas This program is free software: you can redistribute it and/or modify diff -r 1abbed71e9c9 -r 6a836b1dc31b src/udg.h --- a/src/udg.h Wed Feb 20 05:45:27 2013 +0200 +++ b/src/udg.h Wed Feb 20 05:48:01 2013 +0200 @@ -1,5 +1,5 @@ /* -Printblobs - typography display hack +Printblobs - halftoning display hack Copyright (C) 2013 John Tsiombikas This program is free software: you can redistribute it and/or modify