mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
Configuration - Removing '.gxx' from installation #165
Refactor file extension filters in CMake and QMake configurations. Gxx extension used as a "old-way-template" to repeat .cxx content. Marking gxx as a source file instead of header. Moving to absolute path for the gxx integrations.
This commit is contained in:
@@ -38,5 +38,5 @@
|
||||
#define MAT_TList MAT_ListOfBisector
|
||||
#define MAT_TList_hxx <MAT_ListOfBisector.hxx>
|
||||
#define Handle_MAT_TList Handle(MAT_ListOfBisector)
|
||||
#include <MAT_TList.gxx>
|
||||
#include "../MAT/MAT_TList.gxx"
|
||||
|
||||
|
@@ -38,5 +38,5 @@
|
||||
#define MAT_TList MAT_ListOfEdge
|
||||
#define MAT_TList_hxx <MAT_ListOfEdge.hxx>
|
||||
#define Handle_MAT_TList Handle(MAT_ListOfEdge)
|
||||
#include <MAT_TList.gxx>
|
||||
#include "../MAT/MAT_TList.gxx"
|
||||
|
||||
|
@@ -39,5 +39,5 @@
|
||||
#define MAT_TList MAT_ListOfBisector
|
||||
#define MAT_TList_hxx <MAT_ListOfBisector.hxx>
|
||||
#define Handle_MAT_TList Handle(MAT_ListOfBisector)
|
||||
#include <MAT_TListNode.gxx>
|
||||
#include "../MAT/MAT_TListNode.gxx"
|
||||
|
||||
|
@@ -39,5 +39,5 @@
|
||||
#define MAT_TList MAT_ListOfEdge
|
||||
#define MAT_TList_hxx <MAT_ListOfEdge.hxx>
|
||||
#define Handle_MAT_TList Handle(MAT_ListOfEdge)
|
||||
#include <MAT_TListNode.gxx>
|
||||
#include "../MAT/MAT_TListNode.gxx"
|
||||
|
||||
|
Reference in New Issue
Block a user