First version of the icon for Win32.

This commit is contained in:
lotodore
2007-03-28 16:01:38 +00:00
parent 4a9274f483
commit 2fd204592b
3 changed files with 5 additions and 1 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

+2 -1
View File
@@ -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
+3
View File
@@ -0,0 +1,3 @@
IDI_ICON1 ICON DISCARDABLE "pokerth.ico"