Show
Ignore:
Timestamp:
01/12/10 22:31:22 (2 years ago)
Author:
Carsten
Message:

a) Updated the defaults in CompilerSetup.py.tmpl.
b) The OpenGL rendering context and MatSys initialization is now delayed until the initial canvas is actually shown on screen. Fixes #3.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/CompilerSetup.py.tmpl

    r36 r41  
    11# Edit the settings and paths in this file as required for your system. 
    2 # 
    3 # The correct paths are easily determined by browsing your programs folder with 
    4 # the Windows Explorer, by opening the Visual Studio Command Prompt and viewing 
    5 # the environment variables (enter the SET command in order to output them all), 
    6 # or by looking them up in the Visual Studio IDE. 
    7  
    82 
    93# The default compiler to be used for each platform. 
    104# Note that this can easily be overridden at the command-line 
    11 # by the "cmp" parameter. Example: scons -Q cmp=vc9 
    12 defaultCompilerWin32="vc8";     # Valid values are "vc8" and "vc9". 
     5# by the "cmp" parameter. Example: scons -Q cmp=vc8 
     6defaultCompilerWin32="vc9";     # Valid values are "vc8" and "vc9". 
    137defaultCompilerLinux="g++";     # Currently, only "g++" is a valid value. 
    148