2000-05-29 03:29:36 +00:00
|
|
|
--- Makefile~ Wed Nov 10 02:09:52 1999
|
|
|
|
+++ Makefile Sun May 21 23:52:36 2000
|
1999-06-25 22:35:25 +00:00
|
|
|
@@ -1,12 +1,12 @@
|
1999-06-25 22:14:30 +00:00
|
|
|
# Where is your Plugin Source Development Kit from Netscape?
|
|
|
|
-SDK=/home/hubbe/src/PluginSDK30b5
|
|
|
|
+SDK=../PluginSDK30b5
|
|
|
|
|
|
|
|
# Where is your Xwindows located?
|
1999-06-25 22:35:25 +00:00
|
|
|
-X11=/usr/X11/
|
|
|
|
+X11=${X11BASE}
|
1999-06-25 22:14:30 +00:00
|
|
|
|
2000-05-29 03:29:36 +00:00
|
|
|
# Choose compiler
|
|
|
|
-CC=gcc
|
|
|
|
-LD=gcc
|
|
|
|
+#CC=gcc
|
|
|
|
+#LD=gcc
|
|
|
|
BINFORMAT=bin
|
1999-06-25 22:35:25 +00:00
|
|
|
|
2000-05-29 03:29:36 +00:00
|
|
|
any:
|