Explorar el Código

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 hace 12 años
padre
commit
008bcc10af
Se han modificado 2 ficheros con 12 adiciones y 4 borrados
  1. +0
    -1
      neercs/neercs.vcxproj
  2. +12
    -3
      neercs/neercs.vcxproj.filters

+ 0
- 1
neercs/neercs.vcxproj Ver fichero

@@ -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 Ver fichero

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


Cargando…
Cancelar
Guardar