# HG changeset patch # User ovibalea@gmail.com # Date 1326503470 0 # Node ID f94b00c2ff70dbf9e7472cc018903fe230cd306d # Parent 9a34387a42626b2156ff70fd28f157286102d4d6 Update the wiki to reflect the latest directory changes. diff -r 9a34387a4262 -r f94b00c2ff70 BuildingOnWindows.wiki --- 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= (for example: c:\FPC\2.4.4\bin\i386-win32\) * SET SET QTDIR=> (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