summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralejandro-colomar <colomar.6.4.3@gmail.com>2019-06-03 23:52:46 +0100
committeralejandro-colomar <colomar.6.4.3@gmail.com>2019-06-03 23:53:50 +0100
commita5561234338f3bfbe0cda4459b84c8840352650d (patch)
treee057f9dc08e4c7290579cb735626d0b9794331f7
parent514561e9918ebe0b1af703789242825551ab20d0 (diff)
Remove Windows files
-rw-r--r--SETUP.cmd55
-rw-r--r--UNINSTALL.cmd20
m---------libalx0
3 files changed, 0 insertions, 75 deletions
diff --git a/SETUP.cmd b/SETUP.cmd
deleted file mode 100644
index b9c506c..0000000
--- a/SETUP.cmd
+++ /dev/null
@@ -1,55 +0,0 @@
-::##############################################################################
-:: *DOCUMENTATION*
-:: This SETUP.bat installs mine-sweeper in MS Windows
-
-::##############################################################################
-:: Uninstall previous installations
-
-call "%~dp0\UNINSTALL.cmd"
-
-::##############################################################################
-:: Install
-
-@echo off
-
-mkdir "%ProgramFiles(x86)%\mine-sweeper\"
-echo Create %ProgramFiles(x86)%/mine-sweeper/
-mkdir "%ProgramFiles(x86)%\mine-sweeper\bin\"
-echo Create %ProgramFiles(x86)%/mine-sweeper/bin/
-mkdir "%ProgramFiles(x86)%\mine-sweeper\share\"
-echo Create %ProgramFiles(x86)%/mine-sweeper/share/
-mkdir "%ProgramFiles(x86)%\mine-sweeper\var\"
-echo Create %ProgramFiles(x86)%/mine-sweeper/var/
-echo.
-
-copy "%~dp0\UNINSTALL.cmd" "%ProgramFiles(x86)%\mine-sweeper"
-echo Copy UNINSTALL.cmd
-copy "%~dp0\COPYING.txt" "%ProgramFiles(x86)%\mine-sweeper"
-echo Copy COPYING.txt
-copy "%~dp0\README.txt" "%ProgramFiles(x86)%\mine-sweeper"
-echo Copy README.txt
-robocopy "%~dp0\share" "%ProgramFiles(x86)%\mine-sweeper\share" /e
-echo Copy share/*
-robocopy "%~dp0\var" "%ProgramFiles(x86)%\mine-sweeper\var" /e
-echo Copy var/*
-copy "%~dp0\bin\mine-sweeper.exe" "%ProgramFiles(x86)%\mine-sweeper\bin"
-echo Copy bin/mine-sweeper.exe
-echo.
-
-mkdir "%userprofile%\Start Menu\Programs\mine-sweeper\"
-mklink "%userprofile%\Start Menu\Programs\mine-sweeper\mine-sweeper" "%ProgramFiles(x86)%\mine-sweeper\bin\mine-sweeper.exe"
-mklink "%userprofile%\Start Menu\Programs\mine-sweeper\UNINSTALL" "%ProgramFiles(x86)%\mine-sweeper\UNINSTALL.cmd"
-mklink "%userprofile%\Start Menu\Programs\mine-sweeper\README" "%ProgramFiles(x86)%\mine-sweeper\README.txt"
-mklink "%userprofile%\Start Menu\Programs\mine-sweeper\COPYING" "%ProgramFiles(x86)%\mine-sweeper\COPYING.txt"
-echo Create start menu shortcuts
-echo.
-
-echo Done
-echo.
-
-pause
-
-::##############################################################################
-:: END
-
-echo on
diff --git a/UNINSTALL.cmd b/UNINSTALL.cmd
deleted file mode 100644
index d1a08e6..0000000
--- a/UNINSTALL.cmd
+++ /dev/null
@@ -1,20 +0,0 @@
-::##############################################################################
-:: *DOCUMENTATION*
-:: This UNINSTALL.bat uninstalls mine-sweeper off MS Windows
-
-@echo off
-
-::##############################################################################
-:: Uninstall
-
-rmdir "%ProgramFiles(x86)%\mine-sweeper\" /s /q
-rmdir "%userprofile%\Start Menu\Programs\mine-sweeper\" /s /q
-echo Clean old installations
-echo.
-
-pause
-
-::##############################################################################
-:: END
-
-echo on
diff --git a/libalx b/libalx
-Subproject c142cca0332b768ae381cc938e542bef0d1d620
+Subproject be176601c4928dceeb952c1f4810389c5e5a530