From 2576caf003fdb3162ab8a3c7bf77c38a885c3858 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 7 Aug 2018 12:58:14 +0800 Subject: *update --- bin/jin.exe | Bin 800256 -> 817664 bytes build/vs2015/jin.rc | Bin 0 -> 3268 bytes build/vs2015/jin.vcxproj | 7 +++++++ build/vs2015/jin.vcxproj.filters | 10 ++++++++++ build/vs2015/resource.h | Bin 0 -> 858 bytes src/icon.ico | Bin 0 -> 16958 bytes src/icon.jpg | Bin 0 -> 88290 bytes 7 files changed, 17 insertions(+) create mode 100644 build/vs2015/jin.rc create mode 100644 build/vs2015/resource.h create mode 100644 src/icon.ico create mode 100644 src/icon.jpg diff --git a/bin/jin.exe b/bin/jin.exe index 682b120..6aacb12 100644 Binary files a/bin/jin.exe and b/bin/jin.exe differ diff --git a/build/vs2015/jin.rc b/build/vs2015/jin.rc new file mode 100644 index 0000000..da0fb26 Binary files /dev/null and b/build/vs2015/jin.rc differ diff --git a/build/vs2015/jin.vcxproj b/build/vs2015/jin.vcxproj index 0808d53..4459824 100644 --- a/build/vs2015/jin.vcxproj +++ b/build/vs2015/jin.vcxproj @@ -314,6 +314,7 @@ + @@ -325,6 +326,12 @@ + + + + + + diff --git a/build/vs2015/jin.vcxproj.filters b/build/vs2015/jin.vcxproj.filters index 3c37289..9b4c750 100644 --- a/build/vs2015/jin.vcxproj.filters +++ b/build/vs2015/jin.vcxproj.filters @@ -142,6 +142,9 @@ {98c4385b-893c-4d60-bb82-2a19ee5ff527} + + {579f12b8-5758-4be5-9cd7-e1fa62fdef74} + @@ -671,6 +674,7 @@ src\libjin\Common + @@ -698,4 +702,10 @@ src\libjin + + + + + + \ No newline at end of file diff --git a/build/vs2015/resource.h b/build/vs2015/resource.h new file mode 100644 index 0000000..fdc6053 Binary files /dev/null and b/build/vs2015/resource.h differ diff --git a/src/icon.ico b/src/icon.ico new file mode 100644 index 0000000..2cc6f15 Binary files /dev/null and b/src/icon.ico differ diff --git a/src/icon.jpg b/src/icon.jpg new file mode 100644 index 0000000..fee2575 Binary files /dev/null and b/src/icon.jpg differ -- cgit v1.1-26-g67d0