added geany project files and library tags
This commit is contained in:
parent
ea64540d0f
commit
72432cf114
|
@ -0,0 +1,5 @@
|
||||||
|
These files are for the geany IDE (great for liunx dev)
|
||||||
|
|
||||||
|
You can load the tags from the Tools->Load Tags menu.
|
||||||
|
|
||||||
|
Since geany uses make for build, I've set up my build command in execute and use f5 for build
|
|
@ -0,0 +1,22 @@
|
||||||
|
|
||||||
|
[indentation]
|
||||||
|
indent_width=4
|
||||||
|
indent_type=1
|
||||||
|
indent_hard_tab_width=8
|
||||||
|
detect_indent=false
|
||||||
|
indent_mode=2
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name=fceux
|
||||||
|
base_path=../
|
||||||
|
make_in_base_path=true
|
||||||
|
description=
|
||||||
|
run_cmd=gksudo scons install
|
||||||
|
|
||||||
|
[files]
|
||||||
|
current_page=2
|
||||||
|
FILE_NAME_0=663;None;0;16;1;1;0;/home/lukas/code/fceultra/fceu/SConstruct;0
|
||||||
|
FILE_NAME_1=5288;C++;0;16;1;1;0;/home/lukas/code/fceultra/fceu/src/drivers/sdl/gui.cpp;0
|
||||||
|
FILE_NAME_2=6783;C++;0;16;1;1;0;/home/lukas/code/fceultra/fceu/src/drivers/sdl/sdl.cpp;0
|
||||||
|
FILE_NAME_3=956;C++;0;16;1;1;0;/home/lukas/code/fceultra/fceu/src/drivers/sdl/gui.h;0
|
||||||
|
FILE_NAME_4=215;C;0;16;1;1;0;/home/lukas/code/fceultra/fceu/src/drivers/sdl/sdl.h;0
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue