Skip to content

Commit

Permalink
Merge pull request #38 from dinkelk/main
Browse files Browse the repository at this point in the history
Add Excluded_Source_Files to build target GPRs
  • Loading branch information
dinkelk authored Oct 17, 2024
2 parents 2cc0175 + 6d7ebbc commit 19779d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions redo/targets/gpr/pico_analyze.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ project pico_analyze extends all "a_bareboard_debug.gpr" is
-- to GPRBuild.
-----------------------------------------------
for Source_Dirs use a_adamant.SOURCE_DIRS;
for Excluded_Source_Files use a_adamant.EXCLUDED_SOURCE_FILES;
for Object_Dir use a_adamant.OBJECT_DIR;
for Exec_Dir use a_adamant.EXEC_DIR;

Expand Down
1 change: 1 addition & 0 deletions redo/targets/gpr/pico_debug.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ project pico_debug extends all "a_bareboard_debug.gpr" is
-- to GPRBuild.
-----------------------------------------------
for Source_Dirs use a_adamant.SOURCE_DIRS;
for Excluded_Source_Files use a_adamant.EXCLUDED_SOURCE_FILES;
for Object_Dir use a_adamant.OBJECT_DIR;
for Exec_Dir use a_adamant.EXEC_DIR;

Expand Down
1 change: 1 addition & 0 deletions redo/targets/gpr/pico_development.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ project pico_development extends all "a_bareboard_development.gpr" is
-- to GPRBuild.
-----------------------------------------------
for Source_Dirs use a_adamant.SOURCE_DIRS;
for Excluded_Source_Files use a_adamant.EXCLUDED_SOURCE_FILES;
for Object_Dir use a_adamant.OBJECT_DIR;
for Exec_Dir use a_adamant.EXEC_DIR;

Expand Down
1 change: 1 addition & 0 deletions redo/targets/gpr/pico_production.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ project pico_production extends all "a_bareboard_production.gpr" is
-- to GPRBuild.
-----------------------------------------------
for Source_Dirs use a_adamant.SOURCE_DIRS;
for Excluded_Source_Files use a_adamant.EXCLUDED_SOURCE_FILES;
for Object_Dir use a_adamant.OBJECT_DIR;
for Exec_Dir use a_adamant.EXEC_DIR;

Expand Down
1 change: 1 addition & 0 deletions redo/targets/gpr/pico_safe.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ project pico_development extends all "a_bareboard_safe.gpr" is
-- to GPRBuild.
-----------------------------------------------
for Source_Dirs use a_adamant.SOURCE_DIRS;
for Excluded_Source_Files use a_adamant.EXCLUDED_SOURCE_FILES;
for Object_Dir use a_adamant.OBJECT_DIR;
for Exec_Dir use a_adamant.EXEC_DIR;

Expand Down

0 comments on commit 19779d2

Please sign in to comment.