blob: 3af7c1ae3ad6f1cda7b5b12d3fe534548bfd1dcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- depend.orig Fri Oct 13 15:26:31 2000
+++ depend Mon Oct 16 17:55:07 2000
@@ -1,4 +1,4 @@
-SWIGINC= ../py_ext
+SWIGINC= .
OBJS+= ming_wrap.o
@@ -7,7 +7,7 @@
ming_wrap.o: ming_wrap.c
ming_wrap.c: ${SWIGINC}/blocklist.i ${SWIGINC}/blocktypes.i ${SWIGINC}/ming.i ${SWIGINC}/swf.i
- swig -I${SWIGINC} -ruby ${SWIGINC}/ming.i
+ swig1.3 -I${SWIGINC} -ruby ${SWIGINC}/ming.i
clean: clean_local
|