|
Lines 1-5
Link Here
|
| 1 |
--- makefile.orig 2009-08-12 21:39:59.000000000 -0400 |
1 |
--- makefile.orig 2010-03-13 20:41:15.000000000 -0500 |
| 2 |
+++ makefile 2009-08-21 02:04:44.000000000 -0400 |
2 |
+++ makefile 2010-04-05 07:57:38.000000000 -0400 |
| 3 |
@@ -5,7 +5,7 @@ |
3 |
@@ -5,7 +5,7 @@ |
| 4 |
# GNU make does not like \r\n line endings so should be saved to CVS in binary form. |
4 |
# GNU make does not like \r\n line endings so should be saved to CVS in binary form. |
| 5 |
|
5 |
|
|
Lines 37-44
Link Here
|
| 37 |
ifeq ($(shell uname), Darwin) |
37 |
ifeq ($(shell uname), Darwin) |
| 38 |
@@ -102,8 +102,9 @@ |
38 |
@@ -102,8 +102,9 @@ |
| 39 |
|
39 |
|
| 40 |
$(PROG): SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \ |
40 |
$(PROG): SciTEGTK.o GUIGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \ |
| 41 |
PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o \ |
41 |
PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o StyleWriter.o Utf8_16.o \ |
| 42 |
- JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS) |
42 |
- JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS) |
| 43 |
- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) |
43 |
- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) |
| 44 |
+ JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS) |
44 |
+ JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS) |