git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 12/12] Add gitignore and ReadMe file for MSVC Build
@ 2009-08-19 15:57 Frank Li
  2009-08-19 16:00 ` Erik Faye-Lund
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Li @ 2009-08-19 15:57 UTC (permalink / raw)
  To: git, msysgit; +Cc: Frank Li

Add ReadMe to user how to build git with MSVC.
Add gitignore to filter out files created file by MSVC.

Signed-off-by: Frank Li <lznuaa@gmail.com>
---
 compat/vcbuild/.gitignore |    3 +++
 compat/vcbuild/ReadMe     |   13 +++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 compat/vcbuild/.gitignore
 create mode 100644 compat/vcbuild/ReadMe

diff --git a/compat/vcbuild/.gitignore b/compat/vcbuild/.gitignore
new file mode 100644
index 0000000..7796990
--- /dev/null
+++ b/compat/vcbuild/.gitignore
@@ -0,0 +1,3 @@
+Debug
+Release
+*.user
\ No newline at end of file
diff --git a/compat/vcbuild/ReadMe b/compat/vcbuild/ReadMe
new file mode 100644
index 0000000..f4e5efa
--- /dev/null
+++ b/compat/vcbuild/ReadMe
@@ -0,0 +1,13 @@
+The Steps of Build Git with VS2008
+
+1. Create VC Build Environment.
+
+   git clone git://repo.or.cz/gitbuild.git
+
+   gitbuild include VS solution file and library such as zlib.
+ 
+2. Get Submodule
+  
+   git submodule update --init
+
+3. Open gitbuild\gitbuild.sln with VS2008. Then press F7.
\ No newline at end of file
-- 
1.6.4.msysgit.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 12/12] Add gitignore and ReadMe file for MSVC Build
  2009-08-19 15:57 [PATCH 12/12] Add gitignore and ReadMe file for MSVC Build Frank Li
@ 2009-08-19 16:00 ` Erik Faye-Lund
  0 siblings, 0 replies; 2+ messages in thread
From: Erik Faye-Lund @ 2009-08-19 16:00 UTC (permalink / raw)
  To: Frank Li; +Cc: git, msysgit

On Wed, Aug 19, 2009 at 5:57 PM, Frank Li<lznuaa@gmail.com> wrote:
> +3. Open gitbuild\gitbuild.sln with VS2008. Then press F7.
> \ No newline at end of file

Again, please add a newline.

-- 
Erik "kusma" Faye-Lund
kusmabite@gmail.com
(+47) 986 59 656

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-19 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-19 15:57 [PATCH 12/12] Add gitignore and ReadMe file for MSVC Build Frank Li
2009-08-19 16:00 ` Erik Faye-Lund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).