diff options
| -rw-r--r-- | README | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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]  | 
