mirror of https://github.com/odrling/Aegisub
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
|
@ -1902,7 +1902,7 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\command\menu.cpp"
|
RelativePath="..\..\src\command\menu_.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -16,7 +16,7 @@ SRC = \
|
||||||
grid.cpp \
|
grid.cpp \
|
||||||
help.cpp \
|
help.cpp \
|
||||||
keyframe.cpp \
|
keyframe.cpp \
|
||||||
menu.cpp \
|
menu_.cpp \
|
||||||
recent.cpp \
|
recent.cpp \
|
||||||
subtitle.cpp \
|
subtitle.cpp \
|
||||||
time.cpp \
|
time.cpp \
|
||||||
|
|
Loading…
Reference in New Issue