chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] CMake testing


From: felix winkelmann
Subject: Re: [Chicken-users] CMake testing
Date: Mon, 24 Oct 2005 11:15:53 +0200

On 10/23/05, Patrick Brannan <address@hidden> wrote:
>
>  I was negligent in the documentation I sent with the cmake files. I left
> out the fact that I always created a command prompt by running a batch file
> to set up my build environment. The batch file is set up exactly in
> accordance with the instructions in vctk-install.txt. Here it is:
>
>  ========start console.bat===========
>  setlocal
>
>  set LIB=C:\Program Files\Microsoft Platform SDK\Lib;C:\Program
> Files\Microsoft Visual C++ Toolkit 2003\lib\
>
>  set INCLUDE=C:\Program Files\Microsoft Platform SDK\Include;C:\Program
> Files\Microsoft Visual C++ Toolkit 2003\include
>
>  set PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program
> Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual C++
> Toolkit 2003\bin;C:\WINDOWS\Microsoft
> .NET\Framework\v1.1.4322;C:\Program Files\Microsoft
> Platform SDK\Bin\win64;C:\WINDOWS\SYSTEM32\
>
>  set CHICKEN_HOME=C:\working\scheme\chicken-2.2
>  set CHICKEN_REPOSITORY=C:\working\scheme\repository
>  set PATH=%CHICKEN_HOME%;%PATH%
>  cmd
>  ========end console.bat============

Thanks, may I include this as an example in the README?


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]