|
Lines 1-5
Link Here
|
| 1 |
--- makefile.orig 2014-08-09 23:52:02 UTC |
1 |
--- makefile.orig 2014-11-28 00:47:24.000000000 +0400 |
| 2 |
+++ makefile |
2 |
+++ makefile 2014-12-04 14:28:51.000000000 +0400 |
| 3 |
@@ -7,14 +7,6 @@ |
3 |
@@ -7,14 +7,6 @@ |
| 4 |
# Also works with ming32-make on Windows. |
4 |
# Also works with ming32-make on Windows. |
| 5 |
|
5 |
|
|
Lines 25-41
Link Here
|
| 25 |
endif |
25 |
endif |
| 26 |
|
26 |
|
| 27 |
vpath %.h ../src ../include ../lexlib |
27 |
vpath %.h ../src ../include ../lexlib |
| 28 |
@@ -64,8 +57,7 @@ |
28 |
@@ -68,8 +61,7 @@ |
| 29 |
CTFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS) |
29 |
CTFLAGS=-DNDEBUG -Os $(CXXBASEFLAGS) $(THREADFLAGS) |
| 30 |
endif |
30 |
endif |
| 31 |
|
31 |
|
| 32 |
-CFLAGS:=$(CTFLAGS) |
32 |
-CFLAGS:=$(CTFLAGS) |
| 33 |
-CXXTFLAGS:=--std=c++0x $(CTFLAGS) |
33 |
-CXXTFLAGS:=--std=c++0x $(CTFLAGS) $(REFLAGS) |
| 34 |
+CXXTFLAGS:=$(CTFLAGS) |
34 |
+CXXTFLAGS:=$(CTFLAGS) $(REFLAGS) |
| 35 |
|
35 |
|
| 36 |
CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) |
36 |
CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) |
| 37 |
MARSHALLER=scintilla-marshal.o |
37 |
MARSHALLER=scintilla-marshal.o |
| 38 |
@@ -73,11 +65,11 @@ |
38 |
@@ -77,11 +69,11 @@ |
| 39 |
.cxx.o: |
39 |
.cxx.o: |
| 40 |
$(CXX) $(CONFIGFLAGS) $(CXXTFLAGS) $(CXXFLAGS) -c $< |
40 |
$(CXX) $(CONFIGFLAGS) $(CXXTFLAGS) $(CXXFLAGS) -c $< |
| 41 |
.c.o: |
41 |
.c.o: |
|
Lines 49-55
Link Here
|
| 49 |
|
49 |
|
| 50 |
clean: |
50 |
clean: |
| 51 |
$(DEL) *.o $(COMPLIB) *.plist |
51 |
$(DEL) *.o $(COMPLIB) *.plist |
| 52 |
@@ -94,9 +86,11 @@ |
52 |
@@ -98,9 +90,11 @@ |
| 53 |
PropSetSimple.o PlatGTK.o \ |
53 |
PropSetSimple.o PlatGTK.o \ |
| 54 |
KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o CharacterCategory.o ViewStyle.o \ |
54 |
KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o CharacterCategory.o ViewStyle.o \ |
| 55 |
RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ |
55 |
RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ |