X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.fastlz%2Fnative%2Fcompile.bat;h=dc5509fe27d73940f86e67303e06f9fcdec5d3ba;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=7904b51986172cf83527f63f3c2320ed31666fdd;hpb=f8576d4d2b3b30d76db552d624fc9f087b8940bd;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.fastlz/native/compile.bat b/bundles/org.simantics.fastlz/native/compile.bat index 7904b5198..dc5509fe2 100644 --- a/bundles/org.simantics.fastlz/native/compile.bat +++ b/bundles/org.simantics.fastlz/native/compile.bat @@ -1,14 +1,14 @@ -@rem *************************************************************************** -@rem Copyright (c) 2007, 2010 Association for Decentralized Information Management -@rem in Industry THTH ry. -@rem All rights reserved. This program and the accompanying materials -@rem are made available under the terms of the Eclipse Public License v1.0 -@rem which accompanies this distribution, and is available at -@rem http://www.eclipse.org/legal/epl-v10.html -@rem -@rem Contributors: -@rem VTT Technical Research Centre of Finland - initial API and implementation -@rem *************************************************************************** -rem gcc -mno-cygwin "-I$jdk/include" "-I$jdk$jdk/include/win32" -Wl,--add-stdcall-alias -shared -o ../src/fastlz-windows-x86.dll fastlz.c jniWrapper.c -gcc -mno-cygwin "-I%JAVA_HOME%/include" "-I%JAVA_HOME%/include/win32" -Wl,--add-stdcall-alias -shared -o ../src/fastlz-windows-x86.dll fastlz.c jniWrapper.c -gcc -o fastlz_test.exe fastlz.c fastlz_read.c fastlz_write.c fastlz_test.c +@rem *************************************************************************** +@rem Copyright (c) 2007, 2010 Association for Decentralized Information Management +@rem in Industry THTH ry. +@rem All rights reserved. This program and the accompanying materials +@rem are made available under the terms of the Eclipse Public License v1.0 +@rem which accompanies this distribution, and is available at +@rem http://www.eclipse.org/legal/epl-v10.html +@rem +@rem Contributors: +@rem VTT Technical Research Centre of Finland - initial API and implementation +@rem *************************************************************************** +rem gcc -mno-cygwin "-I$jdk/include" "-I$jdk$jdk/include/win32" -Wl,--add-stdcall-alias -shared -o ../src/fastlz-windows-x86.dll fastlz.c jniWrapper.c +gcc -mno-cygwin "-I%JAVA_HOME%/include" "-I%JAVA_HOME%/include/win32" -Wl,--add-stdcall-alias -shared -o ../src/fastlz-windows-x86.dll fastlz.c jniWrapper.c +gcc -o fastlz_test.exe fastlz.c fastlz_read.c fastlz_write.c fastlz_test.c