Browse Source

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 12 years ago
parent
commit
008bcc10af
2 changed files with 12 additions and 4 deletions
  1. +0
    -1
      neercs/neercs.vcxproj
  2. +12
    -3
      neercs/neercs.vcxproj.filters

+ 0
- 1
neercs/neercs.vcxproj View File

@@ -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 View File

@@ -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">


Loading…
Cancel
Save