diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2012-06-22 20:48:25 +0000 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2012-06-22 20:48:25 +0000 |
commit | 46c20d816ed8db6c9a49cb0ff0ff521c37633afa (patch) | |
tree | eb9efa94653d10c90cbf1a445c8b84afb6544348 /tests/test7/Makefile | |
parent | e80a4a91ab8cd4721f5007c9d9eb8cfbe997155e (diff) | |
download | 2012-violon-leds-46c20d816ed8db6c9a49cb0ff0ff521c37633afa.tar.gz 2012-violon-leds-46c20d816ed8db6c9a49cb0ff0ff521c37633afa.tar.bz2 2012-violon-leds-46c20d816ed8db6c9a49cb0ff0ff521c37633afa.zip |
Bon, l'IHM est faite. Le about dialog marche, la licence GPL3 est là, etc.
Par contre les toggle butons ne sont pas mutuellement exclusif (et j'ai tenté de bricoler et ça chie)
git-svn-id: file:///var/svn/2012-violon-leds/trunk@26 6be1fa4d-33ac-4c33-becc-79fcb3794bb6
Diffstat (limited to 'tests/test7/Makefile')
-rw-r--r-- | tests/test7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test7/Makefile b/tests/test7/Makefile index 04be49c..e5bcdcb 100644 --- a/tests/test7/Makefile +++ b/tests/test7/Makefile @@ -1,6 +1,7 @@ CC=gcc GTKBC=gtk-builder-convert -CFLAGS=-W -Wall -Werror -Wno-error=unused-parameter -g +#CFLAGS=-W -Wall -Werror -Wno-error=unused-parameter -g +CFLAGS=-W -Wall -Werror -Wno-unused-parameter -g LDFLAGS=-export-dynamic -Werror -g EXEC=test7 |