Add an ability to run engine without IPC connection.
It requires two parameters:
1) ful path to share/hedgewars/Data
2) full path to record file (hwd_24 or hws_24)
de
bug #0.txt will be created it path passed in 1st param
if(WIN32 AND NOT UNIX)
file(GLOB DLLs *.dll)
install(FILES
${DLLs}
DESTINATION bin)
endif(WIN32 AND NOT UNIX)