|
Lines 1-5
Link Here
|
| 1 |
--- platforms/unix/npsqueak/Makefile.org Tue Jan 31 10:36:12 2006 |
1 |
--- platforms/unix/npsqueak/Makefile.orig Sat Aug 23 06:59:39 2003 |
| 2 |
+++ platforms/unix/npsqueak/Makefile Tue Jan 31 10:37:14 2006 |
2 |
+++ platforms/unix/npsqueak/Makefile Fri Nov 24 18:55:48 2006 |
|
|
3 |
@@ -3,7 +3,7 @@ |
| 4 |
|
| 5 |
############ Customize flags here ####################### |
| 6 |
|
| 7 |
-INC = -I./include -I/usr/X11R6/include |
| 8 |
+INC = -I./include -I%%X11BASE%%/include |
| 9 |
CC = gcc |
| 10 |
CFLAGS = $(INC) -O2 -fPIC -Wall |
| 11 |
LD = gcc |
| 3 |
@@ -20,7 +20,7 @@ |
12 |
@@ -20,7 +20,7 @@ |
| 4 |
############ compile and link ########################### |
13 |
############ compile and link ########################### |
| 5 |
|
14 |
|
| 6 |
- |
|
|