diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-20 15:00:22 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-20 15:00:22 +0100 |
commit | 086e9ed2daaca207f4dc21a457c5e77c02c8a093 (patch) | |
tree | 0345a4123e40317a4b91b6502fe39663c2880985 /distribute | |
parent | 770e5fc1d6ac89231c50bb10d96225636bab3fb5 (diff) | |
download | sciteco-086e9ed2daaca207f4dc21a457c5e77c02c8a093.tar.gz |
default Scintilla-path is ../scintilla
so no additional --with-scintilla is necessary when building from
a source bundle
Diffstat (limited to 'distribute')
-rwxr-xr-x | distribute | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -70,8 +70,9 @@ sciteco-$(SCITECO_VERSION)-win32.zip : bundle CXX=i686-w64-mingw32-g++ AR=i686-w64-mingw32-ar (cd sciteco-$(SCITECO_VERSION)/sciteco; \ ./configure --host=i686-w64-mingw32 --prefix=/ \ - --with-scintilla=../scintilla --with-interface=pdcurses \ - --with-default-scitecopath=lib --disable-bootstrap \ + --with-interface=pdcurses \ + --with-default-scitecopath=lib \ + --disable-bootstrap \ --enable-html-manual \ CFLAGS="-g -O3" CXXFLAGS="-g -O3"; \ ) |