Skip to content

Commit 01edf39

Browse files
authored
Add files via upload
added geany filetypes.
1 parent 76605d9 commit 01edf39

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

filetypes.README

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Copy files from /usr/share/geany to this directory to overwrite them. To use the defaults, just delete the file in this directory.
2+
For more information read the documentation (in /usr/share/doc/geany/html/index.html or visit http://www.geany.org/).

filetypes.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build-menu]
2+
FT_00_LB=_Compile
3+
FT_00_CM=g++-7 -std=c++17 -Wall -Wunused -Wuninitialized -Wfloat-equal -Woverflow -Wshadow -Wextra -Wconversion -DABHI "%f" -o ./"%e"
4+
FT_00_WD=
5+
FT_01_LB=_Build
6+
FT_01_CM=g++ -std=c++14 -Wall -Wunused -Wuninitialized -Wfloat-equal -Woverflow -Wshadow -Wextra -Wconversion -DABHI "%f" -o ./"%e"
7+
FT_01_WD=

0 commit comments

Comments
 (0)