Lines 1-5
Link Here
|
1 |
--- makefile.orig 2007-06-11 22:57:30.000000000 -0500 |
1 |
--- makefile.orig 2009-07-03 01:48:46.000000000 -0400 |
2 |
+++ makefile 2007-08-21 17:21:51.000000000 -0500 |
2 |
+++ makefile 2009-08-11 12:37:37.000000000 -0400 |
3 |
@@ -8,16 +8,17 @@ |
3 |
@@ -8,16 +8,17 @@ |
4 |
# To force GTK+ 1 build, define GTK1 on the make command line. |
4 |
# To force GTK+ 1 build, define GTK1 on the make command line. |
5 |
|
5 |
|
Lines 17-24
Link Here
|
17 |
endif |
17 |
endif |
18 |
|
18 |
|
19 |
-COMPLIB=../bin/scintilla.a |
19 |
-COMPLIB=../bin/scintilla.a |
20 |
+COMPLIB=../bin/libscintilla.so.1 |
20 |
+COMPLIB=../bin/libscintilla.so.2 |
21 |
+LEXRLIB=../bin/libscintilla_lexers.so.1 |
21 |
+LEXRLIB=../bin/libscintilla_lexers.so.2 |
22 |
|
22 |
|
23 |
vpath %.h ../src ../include |
23 |
vpath %.h ../src ../include |
24 |
vpath %.cxx ../src |
24 |
vpath %.cxx ../src |
Lines 64-71
Link Here
|
64 |
|
64 |
|
65 |
#++Autogenerated -- run src/LexGen.py to regenerate |
65 |
#++Autogenerated -- run src/LexGen.py to regenerate |
66 |
#**LEXOBJS=\\\n\(\*.o \) |
66 |
#**LEXOBJS=\\\n\(\*.o \) |
67 |
@@ -75,7 +76,7 @@ |
67 |
@@ -76,7 +77,7 @@ |
68 |
LexVHDL.o LexYAML.o |
68 |
LexTADS3.o LexTAL.o LexTCL.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o |
69 |
#--Autogenerated -- end of automatically generated section |
69 |
#--Autogenerated -- end of automatically generated section |
70 |
|
70 |
|
71 |
-all: $(COMPLIB) |
71 |
-all: $(COMPLIB) |
Lines 73-82
Link Here
|
73 |
|
73 |
|
74 |
clean: |
74 |
clean: |
75 |
rm -f *.o $(COMPLIB) |
75 |
rm -f *.o $(COMPLIB) |
76 |
@@ -88,9 +89,11 @@ |
76 |
@@ -89,9 +90,11 @@ |
77 |
ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatGTK.o \ |
77 |
ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatGTK.o \ |
78 |
KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ |
78 |
KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ |
79 |
RESearch.o RunStyles.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ |
79 |
RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ |
80 |
- $(MARSHALLER) $(LEXOBJS) |
80 |
- $(MARSHALLER) $(LEXOBJS) |
81 |
- $(AR) rc $@ $^ |
81 |
- $(AR) rc $@ $^ |
82 |
- $(RANLIB) $@ |
82 |
- $(RANLIB) $@ |