<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -80,24 +80,26 @@ system; it helps the compiler to locate the headers and libraries it needs to
 compile Rubygame. 
 
 Create a text file in your Rubygame directory called &quot;envsetup.bat&quot;.
-In it, use code based on the following to set your variables.
-Be sure to replace '\src\' (lines 3-7) with the path to where you unpacked
-the libraries.
+In it, use code based on the following to set your variables. Be sure to replace 
+'c:\src\' (lines 3-7) with the path to where you unpacked the libraries. Also,
+make sure that you set 'c:\ruby\bin' in the last line to the 'bin' directory of
+your own Ruby installation. You will need to add quotes around any paths that
+include spaces.
+
+ echo off
 
  set CC=gcc
+
  set CFLAGS=-DHAVE_ISINF -D_MSC_VER=1200 
- set CFLAGS=%CFLAGS% -I \src\SDL-1.2.11\include
- set CFLAGS=%CFLAGS% -I \src\SDL_gfx-2.0.15
- set CFLAGS=%CFLAGS% -I \src\SDL_image-1.2.5\include
- set CFLAGS=%CFLAGS% -I \src\SDL_mixer-1.2.7\include
- set CFLAGS=%CFLAGS% -I \src\SDL_ttf-2.0.8\include
+ set CFLAGS=%CFLAGS% -I c:\src\SDL-1.2.11\include
+ set CFLAGS=%CFLAGS% -I c:\src\SDL_gfx-2.0.15
+ set CFLAGS=%CFLAGS% -I c:\src\SDL_image-1.2.5\include
+ set CFLAGS=%CFLAGS% -I c:\src\SDL_mixer-1.2.7\include
+ set CFLAGS=%CFLAGS% -I c:\src\SDL_ttf-2.0.8\include
  
  set LDSHARED=gcc -shared
- set LINK_FLAGS=-L \windows\system32 -lSDL
- set LIBRUBYARG_SHARED=-L \ruby\bin -lmsvcrt-ruby18
-
-The -L parameter for LIBRUBYARG_SHARED may be different if you installed
-Ruby to a path other than C:/ruby.
+ set LDFLAGS=-L c:\windows\system32 -lSDL
+ set LIBRUBYARG_SHARED=-L c:\ruby\bin -lmsvcrt-ruby18
 
 == Step 4: Compile and install Rubygame
 
@@ -119,5 +121,7 @@ If all goes well, you have built and installed Rubygame.
 Try to execute &lt;code&gt;require 'rubygame'&lt;/code&gt; in an irb session and run
 the provided samples to ensure that everything is acceptable.
 
+These instructions were last verified on 30 December, 2007 with Rubygame 2.2.0.
+
 (Thanks to Ash Wilson (smashwilson) for contributing the original version of 
 these instructions.)</diff>
      <filename>doc/windows_install.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0b663904f433fa09d0c605b225618d237412530c</id>
    </parent>
  </parents>
  <author>
    <name>Ash Wilson</name>
    <email>smashwilson@gmail.com</email>
  </author>
  <url>http://github.com/jacius/rubygame/commit/585e20c9928563ed63127273b0502cc248efb371</url>
  <id>585e20c9928563ed63127273b0502cc248efb371</id>
  <committed-date>2007-12-30T13:55:27-08:00</committed-date>
  <authored-date>2007-12-30T13:55:27-08:00</authored-date>
  <message>Made consistent with the update directions on the wiki.</message>
  <tree>788d5cb6cb248c0ab41e13f1faecba6462d4f0f6</tree>
  <committer>
    <name>Ash Wilson</name>
    <email>smashwilson@gmail.com</email>
  </committer>
</commit>
