From 310420e145258d2102a789584f6adc785530c2db Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 6 Feb 2008 08:51:20 +0000
Subject: [PATCH] *** empty log message ***

---
 Makefile       | 3 ++-
 variables.msvc | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 3156300e91..cff98f9f06 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $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
 #
@@ -83,6 +83,7 @@ install-lib: lib
 	mkdir -p ${includedir}/gmsh
 	rm -f ${includedir}/gmsh/*
 	cp -f ${GMSH_API} ${includedir}/gmsh
+	mkdir -p ${libdir}
 	cp -f bin/libGmsh${LIBEXT} ${libdir}
 
 embed:
diff --git a/variables.msvc b/variables.msvc
index 7f85268b45..b56ff698a5 100644
--- a/variables.msvc
+++ b/variables.msvc
@@ -3,8 +3,8 @@
 # building instructions.
 
 # OS and host
-UNAME=VisualC++
-HOSTNAME=win
+UNAME=WIN32MSVC
+HOSTNAME=localhost
 
 # The names of the C and C++ compilers
 CC=cl
-- 
GitLab