diff options
author | unknown <vva@genie.(none)> | 2002-10-08 16:55:39 +0500 |
---|---|---|
committer | unknown <vva@genie.(none)> | 2002-10-08 16:55:39 +0500 |
commit | efacfcade07a9f75bfa801d109829a52a1666e17 (patch) | |
tree | c35145132bb2cfb26c84dd735ef5ea029b423ca6 /VC++Files/mysqlshutdown | |
parent | 8ff88bb9405c9be226de970a8ffba19809d8961b (diff) | |
download | mariadb-git-efacfcade07a9f75bfa801d109829a52a1666e17.tar.gz |
additions for compiling for Win via samba
Docs/bk.txt:
instructions for compiling for Win via samba
VC++Files/mysqlbinlog/mysqlbinlog.dsp:
add some options
VC++Files/mysys/mysys.dsp:
add some options
Diffstat (limited to 'VC++Files/mysqlshutdown')
-rw-r--r-- | VC++Files/mysqlshutdown/MYSQL.ICO | bin | 0 -> 318 bytes | |||
-rw-r--r-- | VC++Files/mysqlshutdown/mysqlshutdown.rc | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/VC++Files/mysqlshutdown/MYSQL.ICO b/VC++Files/mysqlshutdown/MYSQL.ICO Binary files differnew file mode 100644 index 00000000000..1fe0b7115bb --- /dev/null +++ b/VC++Files/mysqlshutdown/MYSQL.ICO diff --git a/VC++Files/mysqlshutdown/mysqlshutdown.rc b/VC++Files/mysqlshutdown/mysqlshutdown.rc new file mode 100644 index 00000000000..01babed1c98 --- /dev/null +++ b/VC++Files/mysqlshutdown/mysqlshutdown.rc @@ -0,0 +1,2 @@ +MySql ICON DISCARDABLE "MYSQL.ICO"
+
|