aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ml
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ml b/configure.ml
index 779f389b7..6412a629e 100644
--- a/configure.ml
+++ b/configure.ml
@@ -763,7 +763,7 @@ let coqide_flags () =
idearchdef := "QUARTZ"
end
| "opt", "win32" ->
- idearchfile := "ide/ide_win32_stubs.o";
+ idearchfile := "ide/ide_win32_stubs.o ide/coq_icon.o";
idecdepsflags := "-custom";
idearchflags := "-ccopt '-subsystem windows'";
idearchdef := "WIN32"