PTdecode/CImg-1.3.0/resources/compile_win_icl.bat

Thu, 24 Sep 2009 17:18:28 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Thu, 24 Sep 2009 17:18:28 +0100
changeset 19
b7fe751ea60d
parent 5
1204ebf9340d
permissions
-rwxr-xr-x

Added support for separator ticks between labels

     1 @echo off
     2 Rem Intel(R) C++ Compiler Build Environment for 32-bit applications
     4 echo.
     5 echo Intel(R) C++ Compiler 8.0 Build Environment for 32-bit applications
     6 echo Copyright (C) 1985-2003 Intel Corporation. All rights reserved.
     7 echo.
     9 @call "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\Bin\Vcvars32.bat"
    11 echo.
    13 SET INTEL_COMPILER80=C:\Program Files\Intel\CPP\Compiler80
    14 SET INTEL_SHARED=C:\Program Files\Fichiers communs\Intel\Shared Files
    15 SET INTEL_LICENSE_FILE=C:\Program Files\Fichiers communs\Intel\Licenses
    16 SET PATH=%INTEL_COMPILER80%\Ia32\Bin;%INTEL_SHARED%\Ia32\Bin;%PATH%
    17 SET LIB=%INTEL_COMPILER80%\Ia32\Lib;%INTEL_SHARED%\Ia32\Lib;%LIB%
    18 SET INCLUDE=%INTEL_COMPILER80%\Ia32\Include;%INCLUDE%
    20 cd ..\examples\
    21 echo.
    22 echo ** Compiling 'CImg_demo'
    23 echo.
    24 icl /GX /Ox CImg_demo.cpp gdi32.lib user32.lib