Skip to content

Commit

Permalink
Windows build simplified, static library windows_lib is no more needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ibre5041 committed Feb 23, 2016
1 parent bf88f31 commit a71da61
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ ENDIF()
################################################################################

# ADD_SUBDIRECTORY(i18n)
IF (WIN32)
ADD_SUBDIRECTORY(windows)
ENDIF (WIN32)

################################################################################
# DEFINEs #
Expand Down Expand Up @@ -721,10 +718,6 @@ ELSE (WANT_INTERNAL_LOKI)
SET (TORA_LOKI_LIB ${LOKI_LIBRARIES})
ENDIF (WANT_INTERNAL_LOKI)

IF (WIN32)
SET (WINDOWS_LIB "windows_lib")
ENDIF (WIN32)

# Handle win/mac special stuff - it's left empty for linux/unix
SET (GUI_TYPE)
IF (APPLE)
Expand Down Expand Up @@ -770,7 +763,6 @@ ENDIF (WANT_INTERNAL_LOKI)

# prevent opening the cmd.exe window
IF (WIN32)
LIST(APPEND TORA_LIBS ${WINDOWS_LIB})
LIST(APPEND TORA_LIBS "ws2_32.lib")
# don't use console subsystem
IF (MINGW)
Expand Down
4 changes: 0 additions & 4 deletions utils/Makefile.am

This file was deleted.

0 comments on commit a71da61

Please sign in to comment.