mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
add-source-to-projects.pl: Fix adding files in the base src dir.
This commit is contained in:
parent
836927edf8
commit
8745a9949b
1 changed files with 1 additions and 0 deletions
|
@ -438,6 +438,7 @@ sub process_visualstudio {
|
|||
$filter = lc(dirname($addpath));
|
||||
$filter =~ s/\Asrc\///; # there's no filter for the base "src/" dir, where SDL.c and friends live.
|
||||
$filter =~ s/\//\\/g;
|
||||
$filter = '' if $filter eq 'src';
|
||||
|
||||
if ($filter ne '') {
|
||||
# see if the filter already exists, otherwise add it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue