View Issue Details

IDProjectCategoryView StatusLast Update
0028634Open CASCADEOCCT:Configurationpublic2017-08-28 11:49
ReporterszvAssigned Toszv 
PrioritynormalSeverityminor 
Status closedResolutionunable to reproduce 
Product Version7.1.0 
Target Version7.2.0 
Summary0028634: Configuration - Improve paths composition in custom.bat
DescriptionIt is proposed to introduce additional variables to improve paths composition in custom.bat.

It could look something like this:

rem Paths to 3rd-parties components
set "PATH_FREEIMAGE=%PRODUCTS_PATH%\freeimage-3.17.0-%VCVER%-%ARCH%"
set "PATH_FREETYPE=%PRODUCTS_PATH%\freetype-2.5.5-%VCVER%-%ARCH%"
set "PATH_GL2PS=%PRODUCTS_PATH%\gl2ps-1.3.8-%VCVER%-%ARCH%"
set "PATH_TBB=%PRODUCTS_PATH%\tbb42_20140416oss"
set "PATH_VTK=%PRODUCTS_PATH%\VTK-6.1.0-%VCVER%-%ARCH%"
set "PATH_TCLTK=%PRODUCTS_PATH%\tcltk-86-%ARCH%"
set "PATH_QT=%PRODUCTS_PATH%\qt486-%VCVER%-%ARCH%"
set "PATH_JDK=%PRODUCTS_PATH%\jdk1.6.0-%ARCH%"

rem Additional headers search paths
set "CSF_OPT_INC=%PATH_VTK%\include\vtk-6.1;%PATH_TCLTK%\include;%PATH_FREETYPE%\include;%PATH_FREETYPE%\include\freetype2;%PATH_FREEIMAGE%\include;%PATH_GL2PS%\include;%PATH_TBB%\include;%PATH_QT%\include;%PATH_QT%\include\Qt;%PATH_QT%\include\QtGui;%PATH_QT%\include\QtCore;%PATH_JDK%\include;%PATH_JDK%\include\win32"

etc.

Such structure, in particular, can simplify switching of the component's versions.
TagsNo tags attached.
Test case numberNot needed

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-04-06 08:30 szv New Issue
2017-04-06 08:30 szv Assigned To => bugmaster
2017-04-20 10:18 bugmaster Assigned To bugmaster => apn
2017-07-24 10:24 bugmaster Status new => feedback
2017-08-27 11:09 bugmaster Summary Improve paths composition in custom.bat => Configuration - Improve paths composition in custom.bat
2017-08-28 11:48 ski Assigned To apn => szv
2017-08-28 11:48 ski Status feedback => reviewed
2017-08-28 11:48 ski Resolution open => unable to reproduce
2017-08-28 11:49 apn Test case number => Not needed
2017-08-28 11:49 apn Status reviewed => closed