aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-06-28 23:34:41 +0000
committernyamatongwe <devnull@localhost>2000-06-28 23:34:41 +0000
commit00fffe83bf2586a4aecaa6455babf3dcc444ef35 (patch)
tree072db0fb202c33c9aafb10d5b7398e6a6c96db92
parent59f26edd1cdd3cacf9b3a24784b2a20c8cf26a5b (diff)
downloadscintilla-mirror-00fffe83bf2586a4aecaa6455babf3dcc444ef35.tar.gz
Fixed reference to gtk to be to win32.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 9a2c0f0af..10c1cdb5a 100644
--- a/README
+++ b/README
@@ -51,12 +51,12 @@ For VC++, nmake /f makefile_vc
For Borland C++ 5.02 (MAKE Version 5.0), make -l -fmakefile_bor
For Borland C++ Builder, make -fmakefile_bor
-To build Scintilla, make in the scintilla/gtk directory
+To build Scintilla, make in the scintilla/win32 directory
cd scintilla\win32
[make command as described above for your compiler]
cd ..\..
-To build SciTE, use the makefile located in the scite/gtk directory
+To build SciTE, use the makefile located in the scite/win32 directory
cd scite\win32
[make command as described above for your compiler]