diff --git a/utils/misc/GmshConfig.msvc b/utils/misc/GmshConfig.msvc new file mode 100644 index 0000000000000000000000000000000000000000..714f1f9ed422e202cb477e8af45740f697852281 --- /dev/null +++ b/utils/misc/GmshConfig.msvc @@ -0,0 +1,13 @@ +/* Common/GmshConfig.h. Generated from GmshConfig.h.in by configure. */ +// Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + +#ifndef _GMSH_CONFIG_H_ +#define _GMSH_CONFIG_H_ + +// empty on purpose: with MSVC we define everything on the command +// line + +#endif