gtk -examples

This commit is contained in:
Kolan Sh 2012-10-24 19:14:00 +04:00
parent 4233fab1c2
commit 54dc0198a7
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
gcc -Wall -g 1.c -o helloworld `pkg-config --cflags gtk+-3.0` `pkg-config --libs gtk+-3.0` && ./helloworld
gcc -Wall -g helloworld.c -o helloworld `pkg-config --cflags gtk+-3.0` `pkg-config --libs gtk+-3.0` && ./helloworld