Skip to content
Snippets Groups Projects
Commit 310420e1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent fd7e8569
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.464 2008-02-06 07:33:49 geuzaine Exp $ # $Id: Makefile,v 1.465 2008-02-06 08:51:20 geuzaine Exp $
# #
# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
# #
...@@ -83,6 +83,7 @@ install-lib: lib ...@@ -83,6 +83,7 @@ install-lib: lib
mkdir -p ${includedir}/gmsh mkdir -p ${includedir}/gmsh
rm -f ${includedir}/gmsh/* rm -f ${includedir}/gmsh/*
cp -f ${GMSH_API} ${includedir}/gmsh cp -f ${GMSH_API} ${includedir}/gmsh
mkdir -p ${libdir}
cp -f bin/libGmsh${LIBEXT} ${libdir} cp -f bin/libGmsh${LIBEXT} ${libdir}
embed: embed:
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# building instructions. # building instructions.
# OS and host # OS and host
UNAME=VisualC++ UNAME=WIN32MSVC
HOSTNAME=win HOSTNAME=localhost
# The names of the C and C++ compilers # The names of the C and C++ compilers
CC=cl CC=cl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment