0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 15:41:05 +08:00

fixed OpenPGM compilation on mingw32

This commit is contained in:
malosek 2010-01-27 20:45:43 +01:00
parent 2056c888d2
commit 8f57ff4634
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ pgmexamples_diff_flags = \
-DCONFIG_GALOIS_MUL_LUT \
-DIF_NAMESIZE=256 \
-DPGM_GNUC_INTERNAL=G_GNUC_INTERNAL \
-DCONFIG_HAVE_WSACMSGHDR \
-DGETTEXT_PACKAGE='"pgm"' \
-DG_LOG_DOMAIN='"Pgm"'

View File

@ -180,6 +180,7 @@ libpgm_diff_flags = \
-DCONFIG_GALOIS_MUL_LUT \
-DIF_NAMESIZE=256 \
-DPGM_GNUC_INTERNAL=G_GNUC_INTERNAL \
-DCONFIG_HAVE_WSACMSGHDR \
-DGETTEXT_PACKAGE='"pgm"' \
-DG_LOG_DOMAIN='"Pgm"'