|
From: Bryan T. <tho...@us...> - 2007-04-13 16:29:39
|
Update of /cvsroot/cweb/bigdata/src/java/com/bigdata/btree In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9139/src/java/com/bigdata/btree Modified Files: BytesUtil.c Log Message: update to instructions on how to compile the DLL for windows. Index: BytesUtil.c =================================================================== RCS file: /cvsroot/cweb/bigdata/src/java/com/bigdata/btree/BytesUtil.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** BytesUtil.c 13 Apr 2007 15:04:12 -0000 1.1 --- BytesUtil.c 13 Apr 2007 16:29:35 -0000 1.2 *************** *** 36,40 **** * using the Microsoft Visual C++ compiler: ! cl "-I%JAVA_HOME%\include" "-I%JAVA_HOME%\include\win32" -LD BytesUtil.c -FeBytesUtil.dll other things tried, some of which may work or have useful optimizations: --- 36,40 ---- * using the Microsoft Visual C++ compiler: ! cl -I. "-I%JAVA_HOME%\include" "-I%JAVA_HOME%\include\win32" -LD src/java/com/bigdata/btree/BytesUtil.c -FeBytesUtil.dll other things tried, some of which may work or have useful optimizations: |