Kaydet (Commit) 3456b7cc authored tarafından Lex Trotman's avatar Lex Trotman

Implement Working directory fields

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/build-system@3972 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 6ec0ff67
2009-07-16 Lex Trotman <elextr(at)gmail(dot)com>
* src/build.c, src/build.h
Incorporated patch for working directory field (thanks Thomas)
Removed run_in_base_dir option and associated code that it replaces
Improved handling of old config files and mapping to new ones.
2009-07-15 Lex Trotman <elextr(at)gmail(dot)com>
* src/build.h, src/build.c
......
This diff is collapsed.
......@@ -95,6 +95,7 @@ typedef enum GeanyBuildCmdEntries
{
BC_LABEL,
BC_COMMAND,
BC_WORKING_DIR,
BC_CMDENTRIES_COUNT,
} GeanyBuildCmdEntries;
......@@ -102,7 +103,6 @@ typedef struct GeanyBuildCommand
{
gchar *entries[BC_CMDENTRIES_COUNT];
gboolean exists;
gboolean run_in_base_dir;
gboolean changed;
} GeanyBuildCommand;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment