forked from DanielVartanov/geek-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eproject.cfg
39 lines (32 loc) · 1.25 KB
/
eproject.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
;; -*- mode: Lisp; -*-
(setq prj-version "0.4")
(setq prj-config
'(("project-name" . "geek-game")))
(setq prj-tools
'(("Make" "make" "f9")
("Clean" "make clean" "C-f9")
("Run" "echo run what" "f8")
("Stop" "-e eproject-killtool" "C-f8")
("---")
("Configure" "./configure")
("---")
("Explore Project" "nautilus --browser `pwd` &")
("XTerm In Project" "xterm &")))
(setq prj-files
'(("geek-game.rb" 1 1)
("../billingboss_sdata/sdata/TODO" 1 38)
("../billingboss_sdata/sdata/vendor/plugins/acts_as_sdata/lib/s_data/controller_mixin/actions.rb" 1 34)
("graphics/track_bot.rb" 1 1)
("graphics/tracked_bot.rb" 1 22)
("eproject.cfg" 1 1)
("tracked_bot.rb" 1 35)
("tracked_bot_spec.rb" 1 28)
("init.rb" 1 8)
("geometry/lib/numeric_extentsions.rb" 1 5)
("geometry/lib/vector.rb" 1 37)
("geometry/spec/vector_spec.rb" 1 18)
("geometry/spec/numeric_extentsions_spec.rb" 1 1)
("geometry/spec/numeric_extensions_spec.rb" 1 4)
("graphics/base.rb" 1 5)))
(setq prj-curfile "../billingboss_sdata/sdata/vendor/plugins/acts_as_sdata/lib/s_data/controller_mixin/actions.rb")
(setq prj-functions nil)