mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
* Copies additional header files into the install location (required by NgSolve)
This commit is contained in:
parent
fb9b71b9cc
commit
b3506658df
@ -29,6 +29,7 @@ if defined NETGENDIR (
|
||||
|
||||
set NETGEN_TCLSRC=%PROJ_DIR%..\ng
|
||||
set NETGEN_LIBINC=%PROJ_DIR%..\libsrc\include
|
||||
set NETGEN_NGSINC=%PROJ_DIR%..\libsrc
|
||||
|
||||
REM *** Start the Installation procedure ***
|
||||
echo POSTBUILD Script for %PROJ_NAME% ........
|
||||
@ -66,6 +67,12 @@ xcopy "%NETGEN_LIBINC%\%LIB_NAME%.h" "%INSTALL_FOLDER%\include\" /i /d /y
|
||||
if errorlevel 1 goto LibInstallFailed
|
||||
echo Installing %LIB_NAME%.h: Completed OK!!
|
||||
|
||||
echo Installing NgSolve dependent header files into %INSTALL_FOLDER%\include ....
|
||||
xcopy "%NETGEN_NGSINC%\include\nginterface_v2.hpp" "%INSTALL_FOLDER%\include\" /i /d /y
|
||||
xcopy "%NETGEN_NGSINC%\general\dynamicmem.hpp" "%INSTALL_FOLDER%\include\" /i /d /y
|
||||
xcopy "%NETGEN_NGSINC%\general\ngexception.hpp" "%INSTALL_FOLDER%\include\" /i /d /y
|
||||
xcopy "%NETGEN_NGSINC%\visualization\soldata.hpp" "%INSTALL_FOLDER%\include\" /i /d /y
|
||||
|
||||
REM *** Done with the installation routine ***
|
||||
|
||||
REM *** Clean up the build directory by deleting the OBJ files ***
|
||||
|
Loading…
Reference in New Issue
Block a user