测试环境:win32 + Microsoft Visual C++ 2005

一、配置编译环境


1. At the command prompt, change to the bin subdirectory of your Visual C++ installation.

2.
Run vcvars32.bat by typing VCVARS32

二、编译scintilla

1. cd scintillawin32


2. nmake /F scintilla.mak


三、编译scite

1.将上一步编译生成的Scintilla.dll 和SciLexer.dll拷贝到scitebin

2.cd scitewin32


3.nmake /F scite.mak

相关文章: