diff --git a/pokerth.ico b/pokerth.ico new file mode 100644 index 00000000..fda507a7 Binary files /dev/null and b/pokerth.ico differ diff --git a/pokerth.pro b/pokerth.pro index aaf6375d..fef37500 100755 --- a/pokerth.pro +++ b/pokerth.pro @@ -179,10 +179,11 @@ win32 { DEPENDPATH += src/net/win32/ src/core/win32 SOURCES += src/core/win32/rand.cpp \ src/net/win32/socket_helper.cpp \ - src/net/win32/socket_startup.cpp + src/net/win32/socket_startup.cpp INCLUDEPATH += ../boost/ LIBPATH += ../boost/stage/lib LIBS += ws2_32.lib advapi32.lib + RC_FILE = pokerth.rc } !win32 { DEPENDPATH += src/net/linux/ src/core/linux diff --git a/pokerth.rc b/pokerth.rc new file mode 100644 index 00000000..9723c487 --- /dev/null +++ b/pokerth.rc @@ -0,0 +1,3 @@ +IDI_ICON1 ICON DISCARDABLE "pokerth.ico" + +