scintilla笔记(一)编译

来源:互联网 发布:2016年淘宝开店押金 编辑:程序博客网 时间:2024/05/21 13:23
测试环境: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 scintilla/win32
  2. nmake /F scintilla.mak
  三、编译scite
       1.将上一步编译生成的Scintilla.dll 和SciLexer.dll拷贝到scite/bin
       2.
cd scite/win32
       3.nmake /F scite.mak
原创粉丝点击