Author: mturk Date: Thu Jul 30 06:41:47 2009 New Revision: 799184 URL: http://svn.apache.org/viewvc?rev=799184&view=rev Log: On Windows the use .lib instead .a for libraries
Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/configure URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=799184&r1=799183&r2=799184&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/configure (original) +++ commons/sandbox/runtime/trunk/src/main/native/configure Thu Jul 30 06:41:47 2009 @@ -73,10 +73,10 @@ ssldflags="" modules="" bige=0 -so=".so" -lib=".a" +so=.so +lib=.a exe="" -obj="o" +obj=o bits="" java_home="`echo $JAVA_HOME | tr '\\' '/' 2>/dev/null`" java_pinc="" @@ -97,7 +97,7 @@ zlib_inc="" zlib_lib="" cccinc="stdio" -makefiles="Makefile" +makefiles=Makefile cc_ver_major=0 cc_ver_minor=0 test=ctest$$ @@ -440,7 +440,7 @@ varadds ccflags -Ae +O2 -z +Z varadds ldflags -lrt -lpthread -ldld -lm varadds shflags +Z -b - test ".$mach" = .parisc && so=".sl" + test ".$mach" = .parisc && so=.sl test ".$java_pinc" = . && java_pinc=hp-ux ;; windows-cl ) @@ -456,6 +456,7 @@ is_unix=false so=.dll exe=.exe + lib=.lib obj=obj makefiles=Makefile.msc cxx="$cc"