Changeset 1871 for ThirdParty/ASL/trunk
- Timestamp:
- Nov 25, 2010 4:59:10 PM (9 years ago)
- Location:
- ThirdParty/ASL/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/trunk/coinasl-uninstalled.pc.in
r1678 r1871 5 5 Description: AMPL Solver Library 6 6 Version: @PACKAGE_VERSION@ 7 Libs: @ABSPATH_AMPLSOLVER_UNINSTALLED@@ASL_PCLIBS@7 Libs: -L${libdir} -lamplsolver @ASL_PCLIBS@ 8 8 Cflags: -I@ABSBUILDDIR@ -I@abs_source_dir@/solvers -
ThirdParty/ASL/trunk/coinasl.pc.in
r1678 r1871 7 7 Description: AMPL Solver Library 8 8 Version: @PACKAGE_VERSION@ 9 Libs: @ABSPATH_AMPLSOLVER_INSTALLED@@ASL_PCLIBS@9 Libs: -L${libdir} -lamplsolver @ASL_PCLIBS@ 10 10 Cflags: -I${includedir} -
ThirdParty/ASL/trunk/compile_Unix_ASL.in
r1269 r1871 91 91 # configure has already put the appropriate information into ASLMAKEFLAGS. 92 92 93 libampl=@AMPLSOLVER_A@ 93 94 make -f makefile.coin @ASLMAKEFLAGS@ CC="@CC@" 94 95 mv amplsolver.a ../$libampl -
ThirdParty/ASL/trunk/configure
r1731 r1871 20097 20097 case "$CC" in 20098 20098 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 20099 AMPLSOLVER_A= amplsolv.lib20099 AMPLSOLVER_A=libamplsolv.lib 20100 20100 msvc_compile=yes 20101 20101 ;; 20102 20102 *) 20103 AMPLSOLVER_A= amplsolver.a20103 AMPLSOLVER_A=libamplsolver.a 20104 20104 msvc_compile=no 20105 20105 ;; -
ThirdParty/ASL/trunk/configure.ac
r1726 r1871 72 72 case "$CC" in 73 73 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 74 AMPLSOLVER_A= amplsolv.lib74 AMPLSOLVER_A=libamplsolver.lib 75 75 msvc_compile=yes 76 76 ;; 77 77 *) 78 AMPLSOLVER_A= amplsolver.a78 AMPLSOLVER_A=libamplsolver.a 79 79 msvc_compile=no 80 80 ;;
Note: See TracChangeset
for help on using the changeset viewer.