Changeset 11458


Ignore:
Timestamp:
02/16/12 16:34:35 (13 years ago)
Author:
Eric.Larour
Message:

Added parallel compile for windows + kernel libraries for win7 compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r11457 r11458  
    860860                        export AR=lib
    861861                        export RANLIB=true
     862                        OSLIBS="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
    862863                elif test $VENDOR = intel-linux; then
    863864                        export CC=icc
     
    874875                fi
    875876        fi
     877        AC_SUBST([OSLIBS])
    876878        AC_MSG_RESULT(done)
    877879        dnl }}}
Note: See TracChangeset for help on using the changeset viewer.