mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
WOK scripts used in generation of MSVC projects are put to adm/genproj.tcl Batch script genproj.bat added, replacing 'wgenproj' command of WOK. WOK tool for configuring custom.bat is also copied; it is called by genproj if custom.bat does not exist Environment variable SHORTCUT_HEADERS can be defined in custom.bat to have headers put in inc just shortcuts to actual headers, instead of copies. Corresponding option "copy OCCT short-cut headers instead of original one to inc folder" is added to genconf dialog
23 lines
376 B
Plaintext
23 lines
376 B
Plaintext
# Makefile.am for Open Cascade toolkit __TKNAM__
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@ : \
|
|
__VPATH__
|
|
|
|
AM_CXXFLAGS = __CXXFLAG__
|
|
|
|
AM_CFLAGS = __CFLAG__
|
|
|
|
INCLUDES = $(CSF_OPT_INCLUDES) __EXTERNINC__ \
|
|
-I@top_srcdir@/inc \
|
|
__INCLUDES__
|
|
|
|
lib_LTLIBRARIES=lib__TKNAM__.la
|
|
|
|
lib__TKNAM___la_LIBADD = $(CSF_OPT_LIBS) \
|
|
__LIBADD__ \
|
|
__EXTERNLIB__
|
|
|
|
lib__TKNAM___la_SOURCES = \
|
|
__SOURCES__
|