提交 4813c89c 编写于 作者: J jp9000

renamed obs.cpp/hpp

上级 66f846ca
......@@ -30,7 +30,7 @@ link_libraries(${wxWidgets_LIBRARIES})
add_executable(obs
window-obs-basic.cpp
window-subclass.cpp
obs.cpp
obs-app.cpp
OBSWindows.cpp)
if(APPLE)
......
......@@ -12,5 +12,5 @@ obs_PROGRAMS = obs
# obs_LDADD = $(top_srcdir)/libobs/libobs.la
obs_SOURCES = window-obs-basic.cpp \
window-subclass.cpp \
obs.cpp \
obs-app.cpp \
OBSWindows.cpp
......@@ -167,13 +167,13 @@
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\obs\obs.cpp" />
<ClCompile Include="..\..\..\obs\obs-app.cpp" />
<ClCompile Include="..\..\..\obs\OBSWindows.cpp" />
<ClCompile Include="..\..\..\obs\window-obs-basic.cpp" />
<ClCompile Include="..\..\..\obs\window-subclass.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\obs\obs.hpp" />
<ClInclude Include="..\..\..\obs\obs-app.hpp" />
<ClInclude Include="..\..\..\obs\OBSWindows.h" />
<ClInclude Include="..\..\..\obs\window-obs-basic.hpp" />
<ClInclude Include="..\..\..\obs\window-subclass.hpp" />
......
......@@ -15,9 +15,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\obs\obs.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\obs\OBSWindows.cpp">
<Filter>Source Files</Filter>
</ClCompile>
......@@ -27,11 +24,11 @@
<ClCompile Include="..\..\..\obs\window-subclass.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\obs\obs-app.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\obs\obs.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\obs\OBSWindows.h">
<Filter>Header Files</Filter>
</ClInclude>
......@@ -41,5 +38,8 @@
<ClInclude Include="..\..\..\obs\window-subclass.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\obs\obs-app.hpp">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册