PokerTH is a free implementation of "Texas hold'em" card game. You can play the popular "Texas Hold'em" poker variant against up to six computer-opponents or play network games with people all over the world. from Mikko Tolmunen <oskari at sefirosu dot org> with some tweaks Thanks!
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
$OpenBSD: patch-pokerth_server_pro,v 1.1.1.1 2008/04/08 09:51:15 ajacoutot Exp $
|
|
--- pokerth_server.pro.orig Wed Mar 12 10:38:32 2008
|
|
+++ pokerth_server.pro Mon Apr 7 19:39:43 2008
|
|
@@ -217,6 +217,8 @@ unix : !mac {
|
|
}
|
|
}
|
|
|
|
+ LIBS += -lboost_filesystem-mt -lboost_thread-mt
|
|
+ LIBS += -lboost_program_options-mt -liconv
|
|
LIBS += -lcrypto
|
|
TARGETDEPS += ./lib/libpokerth_lib.a
|
|
|