aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ml2
-rwxr-xr-xdev/make-installer-win32.sh3
2 files changed, 2 insertions, 3 deletions
diff --git a/configure.ml b/configure.ml
index e816bc6a23..779f389b7e 100644
--- a/configure.ml
+++ b/configure.ml
@@ -765,8 +765,10 @@ let coqide_flags () =
| "opt", "win32" ->
idearchfile := "ide/ide_win32_stubs.o";
idecdepsflags := "-custom";
+ idearchflags := "-ccopt '-subsystem windows'";
idearchdef := "WIN32"
| _, "win32" ->
+ idearchflags := "-ccopt '-subsystem windows'";
idearchdef := "WIN32"
| _ -> ()
diff --git a/dev/make-installer-win32.sh b/dev/make-installer-win32.sh
index acbcb040bc..fce119f779 100755
--- a/dev/make-installer-win32.sh
+++ b/dev/make-installer-win32.sh
@@ -12,9 +12,6 @@ if [ ! -e bin/make.exe ]; then
wget -O $ZIP $URL2 && 7z x $ZIP "bin/*"
rm -rf $ZIP
fi
-ocamlc unix.cma tools/mkwinapp.ml -o bin/mkwinapp.exe
-bin/mkwinapp.exe bin/coqide.exe
-bin/mkwinapp.exe bin/coqide.byte.exe
VERSION=`grep ^VERSION= config/Makefile | cut -d = -f 2`
cd dev/nsis
"$NSIS" -DVERSION=$VERSION -DGTK_RUNTIME="`cygpath -w $BASE`" coq.nsi