[Top][All Lists]
[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
- [Chicken-users] CMake testing, felix winkelmann, 2005/10/21
- Re: [Chicken-users] CMake testing, Graham Fawcett, 2005/10/21
- Re: [Chicken-users] CMake testing, Brandon J. Van Every, 2005/10/21
- Re: [Chicken-users] CMake testing, Brandon J. Van Every, 2005/10/22
- Re: [Chicken-users] CMake testing,
felix winkelmann <=
- Re: [Chicken-users] CMake testing, Patrick Brannan, 2005/10/24
- Re: [Chicken-users] CMake testing, Brandon J. Van Every, 2005/10/24
- Re: [Chicken-users] CMake testing, felix winkelmann, 2005/10/25
- Re: [Chicken-users] CMake testing, Brandon J. Van Every, 2005/10/25
- Re: [Chicken-users] CMake testing, felix winkelmann, 2005/10/24
- Re: [Chicken-users] CMake testing, Brandon J. Van Every, 2005/10/24
Re: [Chicken-users] CMake testing, felix winkelmann, 2005/10/24