e32d678703
Closes #1526
9 lines
587 B
Batchfile
9 lines
587 B
Batchfile
@echo off
|
|
|
|
cd scintilla\boostregex || exit
|
|
buildboost.bat C:\projects\notepad-plus-plus\boost_1_55_0 || exit
|
|
cd ..\win32 || exit
|
|
nmake -f scintilla.mak || exit
|
|
cd ..\..\PowerEditor\visual.net || exit
|
|
msbuild notepadPlus.vcxproj /p:configuration="Unicode Debug" /p:platform=Win32 || exit
|