From 22119f91844ae036228f25ab045b267f951f8388 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 2 Apr 2002 20:05:20 +0000 Subject: [PATCH] Tutorial corrections brought to light by jdk1.4 javac compiler git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@2557 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- swigweb/tutorial.ht | 1 - 1 file changed, 1 deletion(-) diff --git a/swigweb/tutorial.ht b/swigweb/tutorial.ht index 720726767..18faa0cd8 100755 --- a/swigweb/tutorial.ht +++ b/swigweb/tutorial.ht @@ -157,7 +157,6 @@ $ swig -java example.i $ gcc -c example.c example_wrap.c -I/c/jdk1.3.1/include -I/c/jdk1.3.1/include/win32 $ gcc -shared example.o example_wrap.o -Wl,--add-stdcall-alias -o example.dll $ cat main.java -import example; public class main { public static void main(String argv[]) { System.loadLibrary("example");