Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
remove windows project files and move shared header to the shared folder
  • Loading branch information
wootguy committed Nov 19, 2024
1 parent 278717f commit 241d5b1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1,678 deletions.
7 changes: 0 additions & 7 deletions .gitattributes

This file was deleted.

5 changes: 2 additions & 3 deletions dlls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(${SERVER_DLL_NAME})
set(MISC_HDR
../engine/studio.h
../common/Platform.h
cdll_dll.h
../game_shared/cdll_dll.h
enginecallback.h
extdll.h
)
Expand Down Expand Up @@ -652,8 +652,7 @@ if(UNIX)
)

elseif(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP /W4")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /DEF:\"${CMAKE_CURRENT_SOURCE_DIR}/hl.def\"")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP /W4")

set_target_properties(${SERVER_DLL_NAME} PROPERTIES
VS_DEBUGGER_COMMAND "${SERVER_WORK_DIR}/${SERVER_EXE}"
Expand Down
5 changes: 0 additions & 5 deletions dlls/hl.def

This file was deleted.

Loading

0 comments on commit 241d5b1

Please sign in to comment.