Updated Roadmap (markdown)

master
nenolod 2012-07-23 23:23:59 -07:00
parent a77cc26819
commit a3670e8cfd
1 changed files with 1 additions and 1 deletions

@ -33,7 +33,7 @@ Allow other frontends to the pkg-config data, this is a critical component for f
An initial step is to eventually add a `-framework` option to GCC or Clang (well, really both in reality), so that instead of having a bunch of CFLAGS on the compiler commandline, we can have:
```$ gcc -o mygtkapp mygtkapp.c -framework gtk+-3.0```
`$ gcc -o mygtkapp mygtkapp.c -framework gtk+-3.0`
To build a GTK app.