MSVC hurfs a blurf when two files in the same project have the same name
Originally committed to SVN as r5133.
This commit is contained in:
parent
e450cb3e7e
commit
b56b641122
3 changed files with 2 additions and 2 deletions
|
@ -1902,7 +1902,7 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\command\menu.cpp"
|
||||
RelativePath="..\..\src\command\menu_.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
|
@ -16,7 +16,7 @@ SRC = \
|
|||
grid.cpp \
|
||||
help.cpp \
|
||||
keyframe.cpp \
|
||||
menu.cpp \
|
||||
menu_.cpp \
|
||||
recent.cpp \
|
||||
subtitle.cpp \
|
||||
time.cpp \
|
||||
|
|
Loading…
Reference in a new issue