Skip to content
Snippets Groups Projects
Commit 4a339f5e authored by Laurent Van Migroet's avatar Laurent Van Migroet
Browse files

*** empty log message ***

parent feaec9f7
No related branches found
No related tags found
No related merge requests found
......@@ -110,9 +110,11 @@ ifneq (${UNAME},WIN32MSVC)
mkdir -p ${libdir}
cp -f lib/libGmsh${LIBEXT} ${libdir}/libGmsh${LIBSUFFIX}${LIBEXT}
else
erase ${includedir}\gmsh\*
copy ${subst /,\\,${GMSH_API}} ${includedir}\gmsh
copy lib\libGmsh${LIBEXT} ${libdir}\libGmsh${LIBSUFFIX}${LIBEXT}
if not exist ${includedir}\gmsh mkdir ${includedir}\gmsh
if not exist ${libdir} mkdir ${libdir}
erase /q ${includedir}\gmsh\*.h
for %%i in (${subst /,\,${GMSH_API}}) do copy %%i ${includedir}\gmsh
copy /y lib\libGmsh${LIBEXT} ${libdir}\libGmsh${LIBSUFFIX}${LIBEXT}
endif
uninstall-lib:
......
......@@ -161,12 +161,12 @@ LIBEXT=.lib
EXEEXT=.exe
# Installation directories
prefix="S:/Lib/gmsh"
prefix="S:\Lib\gmsh"
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
bindir=${exec_prefix}\bin
datadir=${datarootdir}
datarootdir=${prefix}/share
includedir=${prefix}/include
libdir=${exec_prefix}/lib
mandir=${datarootdir}/man
infodir=${datarootdir}/info
datarootdir=${prefix}\share
includedir=${prefix}\include
libdir=${exec_prefix}\lib
mandir=${datarootdir}\man
infodir=${datarootdir}\info
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment