Ignore:
Timestamp:
05/01/05 23:29:27 (19 years ago)
Author:
mattausch
Message:

added support for release mode

Location:
trunk/VUT/GtpVisibilityPreprocessor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/include/Preprocessor.h

    r68 r74  
    77#include "ViewCellBsp.h" 
    88#include "SceneGraph.h" 
     9#include <string> 
    910 
    1011/** Namespace for the external visibility preprocessor 
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/Preprocessor.vcproj

    r71 r74  
    6161                        <Tool 
    6262                                Name="VCCLCompilerTool" 
     63                                AdditionalIncludeDirectories="..\include" 
    6364                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
    6465                                RuntimeLibrary="2" 
    65                                 UsePrecompiledHeader="3" 
     66                                UsePrecompiledHeader="0" 
    6667                                WarningLevel="3" 
    6768                                Detect64BitPortabilityProblems="TRUE" 
Note: See TracChangeset for help on using the changeset viewer.