diff options
author | jblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-06-23 20:38:18 +0000 |
---|---|---|
committer | jblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-06-23 20:38:18 +0000 |
commit | 9988664127b367fa8fee4409f8460673d6f265e1 (patch) | |
tree | 96752c15b7f1447e5e78a7282d1de141f9e0000b /grc/grc.conf.in | |
parent | 885e6fe1fd0e06476511c79515f34ffcef50287d (diff) |
Merging r11186:11273 from grc branch.
Fixes, features, and reorganization for grc.
Minor fixes and features for wxgui forms.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/grc.conf.in')
-rw-r--r-- | grc/grc.conf.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/grc/grc.conf.in b/grc/grc.conf.in new file mode 100644 index 0000000000..37a0499713 --- /dev/null +++ b/grc/grc.conf.in @@ -0,0 +1,9 @@ +# This file contains system wide configuration data for GNU Radio. +# You may override any setting on a per-user basis by editing +# ~/.gnuradio/config.conf + +[grc] +pythonw = @pythonw@ +doc_dir = @docdir@ +global_blocks_path = @blocksdir@ +local_blocks_path = |