From c0bb64a0215bb3fa22f4edb643cf286525cf9435 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 7 May 2001 08:25:12 +0000
Subject: [PATCH] *** empty log message ***

---
 Common/DefaultOptions.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index c73e9f75a4..959ee0ed96 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -43,7 +43,11 @@ StringXString MeshOptions_String[] = {
 } ;
 
 StringXString SolverOptions_String[] = {
+#ifdef WIN32
+  { F|O, "GetDPCommand" , opt_solver_getdp_command , "./getdp.exe" , 
+#else
   { F|O, "GetDPCommand" , opt_solver_getdp_command , "getdp" , 
+#endif
     "System command to launch the GetDP solver (should _not_ contain the '&' character)" },
   { 0, NULL , NULL , NULL , NULL }
 } ;
-- 
GitLab