Update the wiki to reflect the latest directory changes.
--- 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