|
From: <ma...@us...> - 2015-06-03 07:54:40
|
Revision: 61699
http://sourceforge.net/p/firebird/code/61699
Author: mapopa
Date: 2015-06-03 07:54:38 +0000 (Wed, 03 Jun 2015)
Log Message:
-----------
no-cygwin is deprecated
Modified Paths:
--------------
firebird/branches/B2_5_Release/builds/posix/prefix.mingw
firebird/branches/B2_5_Release/configure.in
Modified: firebird/branches/B2_5_Release/builds/posix/prefix.mingw
===================================================================
--- firebird/branches/B2_5_Release/builds/posix/prefix.mingw 2015-06-03 06:41:38 UTC (rev 61698)
+++ firebird/branches/B2_5_Release/builds/posix/prefix.mingw 2015-06-03 07:54:38 UTC (rev 61699)
@@ -20,8 +20,8 @@
#
# -Wno-unused-variable is used due to unused gpre generated variables
-PROD_FLAGS=-O2 -march=i586 -DMINGW -mno-cygwin -Wall -Wshadow -Wundef -Wno-long-long -Wno-unused-variable -Wno-sign-compare -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
-DEV_FLAGS=-ggdb -march=i586 -DMINGW -mno-cygwin -Wall -Wshadow -Wundef -Wno-long-long -Wno-unused-variable -Wno-sign-compare -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
+PROD_FLAGS=-O2 -march=i586 -DMINGW -Wall -Wshadow -Wundef -Wno-long-long -Wno-unused-variable -Wno-sign-compare -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
+DEV_FLAGS=-ggdb -march=i586 -DMINGW -Wall -Wshadow -Wundef -Wno-long-long -Wno-unused-variable -Wno-sign-compare -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
PLATFORM_PATH=os/win32
Modified: firebird/branches/B2_5_Release/configure.in
===================================================================
--- firebird/branches/B2_5_Release/configure.in 2015-06-03 06:41:38 UTC (rev 61698)
+++ firebird/branches/B2_5_Release/configure.in 2015-06-03 07:54:38 UTC (rev 61699)
@@ -1049,7 +1049,7 @@
#define FB_PIPE_NAME "interbas"])
AC_DEFINE_UNQUOTED(FB_PIPE_NAME,"$FB_PIPE_NAME")
AC_SUBST(FB_PIPE_NAME)
- XE_PREPEND( -mno-cygwin -mthreads -lmpr -lversion -lws2_32 -lole32,LIBS)
+ XE_PREPEND( -mthreads -lmpr -lversion -lws2_32 -lole32,LIBS)
;;
*)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|