bin/CMakeLists.txt
author Zorg <zorgiepoo@gmail.com>
Wed, 08 Jun 2011 23:25:05 -0400
changeset 5230 c088be28d5e8
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Set m_game_connected to false after emitting Disconnected(). This fixes a bug in a case such that when entering an invalid password, the game would bring you back to the main menu.

if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)