scite 编译 - windows 环境

测试环境: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
posted @ 2008-01-16 22:26  Yoshow  阅读(1386)  评论(0编辑  收藏  举报