Commit fdaf06eedf29e31fcd7ce2aeb4f37452e0dcb6b2
1 parent
9e96ab28
Exists in
master
and in
5 other branches
Ajustes para compilação windows.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -90,7 +90,7 @@ case "$host" in |
90 | 90 | RLS_CFLAGS="-DNDEBUG=1" |
91 | 91 | |
92 | 92 | CFLAGS="$CFLAGS -D_WIN32_WINNT=0x0600" |
93 | - LIBS="$LIBS -lws2_32 -lntdll -lwtsapi32 -lintl" | |
93 | + LIBS="$LIBS -lws2_32 -lntdll -lwtsapi32 -lintl -lcomdlg32" | |
94 | 94 | |
95 | 95 | AC_CONFIG_FILES(win/makegtkruntime.sh) |
96 | 96 | ... | ... |