aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornarboux2005-11-06 14:56:30 +0000
committernarboux2005-11-06 14:56:30 +0000
commit1e4ae626ccfadcc2077bb209ef5bdfe25e51eeb6 (patch)
tree7c27fa810b16744417d79ba6802191004c72c488
parenta44bda060db363ebddab43c21164355ab07d0778 (diff)
coq icon
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7523 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-xdistrib/windows/coq.icobin0 -> 4710 bytes
-rwxr-xr-xdistrib/windows/coq.nsi.in24
2 files changed, 12 insertions, 12 deletions
diff --git a/distrib/windows/coq.ico b/distrib/windows/coq.ico
new file mode 100755
index 0000000000..bc1732fd99
--- /dev/null
+++ b/distrib/windows/coq.ico
Binary files differ
diff --git a/distrib/windows/coq.nsi.in b/distrib/windows/coq.nsi.in
index e336826ef0..26f5d07e7f 100755
--- a/distrib/windows/coq.nsi.in
+++ b/distrib/windows/coq.nsi.in
@@ -31,9 +31,9 @@
;Interface Configuration
- !define MUI_HEADERIMAGE
- !define MUI_HEADERIMAGE_BITMAP "coq_logo.bmp" ; optional
- !define MUI_ABORTWARNING
+; !define MUI_HEADERIMAGE
+; !define MUI_HEADERIMAGE_BITMAP "coq_logo.bmp" ; optional
+; !define MUI_ABORTWARNING
;--------------------------------
@@ -67,18 +67,18 @@
;--------------------------------
;Data
-Function .onInit
- SetOutPath $TEMP
- File /oname=coq_splash.bmp "coq_splash.bmp"
- InitPluginsDir
+;Function .onInit
+; SetOutPath $TEMP
+; File /oname=coq_splash.bmp "coq_splash.bmp"
+; InitPluginsDir;
- advsplash::show 1000 600 400 -1 $TEMP\coq_splash
+; advsplash::show 1000 600 400 -1 $TEMP\coq_splash
- Pop $0 ; $0 has '1' if the user closed the splash screen early,
- ; '0' if everything closed normal, and '-1' if some error occured.
+; Pop $0 ; $0 has '1' if the user closed the splash screen early,
+; ; '0' if everything closed normal, and '-1' if some error occured.
- Delete $TEMP\coq_splash.bmp
-FunctionEnd
+; Delete $TEMP\coq_splash.bmp
+;FunctionEnd
;--------------------------------