diff --git a/make/win32/README.txt b/make/winx86/README.txt similarity index 95% rename from make/win32/README.txt rename to make/winx86/README.txt index c7b3a0143..9677e9368 100644 --- a/make/win32/README.txt +++ b/make/winx86/README.txt @@ -46,8 +46,8 @@ Now you need to copy two files to your msysGit installation folders. Assuming that you installed the msysGit into C:\Program Files\Git\, you have to copy: - make\win32\make -> C:\Program Files\Git\bin\ - make\win32\sh.cmd -> C:\Program Files\Git\cmd\ + make\winx86\make -> C:\Program Files\Git\bin\ + make\winx86\sh.cmd -> C:\Program Files\Git\cmd\ If you have msysGit installed into another directory, you need to update paths accordingly. Also if you have tools installed into different directories and diff --git a/make/win32/make b/make/winx86/make similarity index 100% rename from make/win32/make rename to make/winx86/make diff --git a/make/win32/sh.cmd b/make/winx86/sh.cmd similarity index 100% rename from make/win32/sh.cmd rename to make/winx86/sh.cmd diff --git a/make/win32/shell_script.reg b/make/winx86/shell_script.reg similarity index 100% rename from make/win32/shell_script.reg rename to make/winx86/shell_script.reg