mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
fix missing icon in executable
the Ja2.rc file needs to be in the add_executable target for the icon to appear, and that one requires WinMain. so get rid of dummy.cpp and put sgp/sgp.cpp in there
This commit is contained in:
committed by
majcosta
parent
a7b0091a27
commit
b908bcecb9
@@ -21,7 +21,6 @@ set(sgpSrc
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/PCX.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/PngLoader.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/Random.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/sgp.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/sgp_logger.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/shading.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/soundman.cpp"
|
||||
|
||||
Reference in New Issue
Block a user