geany/001_geany_qb_fb.patch
2012-02-01 20:48:34 +04:00

10 lines
372 B
Diff

--- data/filetypes.freebasic.old 2010-08-17 18:13:32.000000000 +0400
+++ data/filetypes.freebasic 2010-08-27 10:23:09.000000000 +0400
@@ -59,6 +59,6 @@
# %f will be replaced by the complete filename
# %e will be replaced by the filename without extension
# (use only one of it at one time)
-compiler=fbc -w all "%f"
+compiler=fbc -w all -lang qb "%f"
run_cmd="./%e"