Преглед на файлове

neercs: Visual Studio cannot have term.c and term.cpp in the same project,

so get rid of the former, it’s deprecated anyway.
master
Sam Hocevar преди 13 години
родител
ревизия
008bcc10af
променени са 2 файла, в които са добавени 12 реда и са изтрити 4 реда
  1. +0
    -1
      neercs/neercs.vcxproj
  2. +12
    -3
      neercs/neercs.vcxproj.filters

+ 0
- 1
neercs/neercs.vcxproj Целия файл

@@ -68,7 +68,6 @@
<ClCompile Include="old\screensaver.c" />
<ClCompile Include="old\screen_list.c" />
<ClCompile Include="old\server.c" />
<ClCompile Include="old\term.c" />
<ClCompile Include="old\widgets.c" />
<ClCompile Include="old\wm.cpp" />
<ClInclude Include="term\pty.cpp" />


+ 12
- 3
neercs/neercs.vcxproj.filters Целия файл

@@ -62,9 +62,6 @@
<ClCompile Include="old\server.c">
<Filter>old</Filter>
</ClCompile>
<ClCompile Include="old\term.c">
<Filter>old</Filter>
</ClCompile>
<ClCompile Include="old\widgets.c">
<Filter>old</Filter>
</ClCompile>
@@ -77,6 +74,12 @@
<ClCompile Include="old\python\py_module.c">
<Filter>old\python</Filter>
</ClCompile>
<ClCompile Include="term\pty.cpp">
<Filter>term</Filter>
</ClCompile>
<ClCompile Include="term\term.cpp">
<Filter>term</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="neercs.h" />
@@ -101,6 +104,12 @@
<ClInclude Include="old\python\py_module.h">
<Filter>old\python</Filter>
</ClInclude>
<ClInclude Include="term\term.h">
<Filter>term</Filter>
</ClInclude>
<ClInclude Include="term\pty.h">
<Filter>term</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="video">


Зареждане…
Отказ
Запис