Coding - Clean up the FILES (#1002)

- Removed legacy metadata entries (EXTERNLIB, PACKAGES, DEFINES, FILES) that are no longer used by the build system
- Removed references to obsolete build artifacts (.lex, .yacc files) that appear to be superseded by generated .c/.h files
- Removed references to non-source files (README.md, .tcl scripts, GUID.txt) that shouldn't be listed in source file manifests
This commit is contained in:
Pasukhin Dmitry
2026-01-14 14:46:42 +00:00
committed by GitHub
parent 5d92701663
commit a36bca57a9
98 changed files with 0 additions and 174 deletions
-2
View File
@@ -2,7 +2,5 @@
set(OCCT_TKBRep_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
set(OCCT_TKBRep_FILES
EXTERNLIB
PACKAGES
TKBRep_pch.hxx
)