BuildingOnWindows.wiki
changeset 193 f94b00c2ff70
parent 192 9a34387a4262
child 194 05262f15ad20
--- a/BuildingOnWindows.wiki	Fri Jan 13 23:17:04 2012 +0000
+++ b/BuildingOnWindows.wiki	Sat Jan 14 01:11:10 2012 +0000
@@ -47,11 +47,11 @@
 {{{
 hg clone https://hedgewars.googlecode.com/hg/ trunk
 }}}
- # Extract the _Windows Building Archive_ to the hedgewars source folder, in the *bin* directory
- # Go to the "bin/build_windows.bat" file, and modify the following:
+ # Extract the _Windows Building Archive_ to the hedgewars source folder, in the root source directory - where there are the bin, misc, tools, etc. directories.
+ # Go to the "tools/build_windows.bat" file, and modify the following:
   * SET PASCAL=<put the path to the directory that contains fpc's executable (fpc.exe)> (for example: c:\FPC\2.4.4\bin\i386-win32\)
   * SET SET QTDIR=<path to the QtSDK\Desktop\Qt\<your version>> (for example: c:\QtSDK\Desktop\Qt\4.7.3\)
- # You can now build hedgewars, by running the *bin/build_windows.bat* command.
+ # You can now build hedgewars, by running the *tools/build_windows.bat* command.
 
 = Building process =
-Run the *bin/build_windows.bat* file each time you want to build the source.
\ No newline at end of file
+Run the *tools/build_windows.bat* file each time you want to build the source.
\ No newline at end of file