]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.fastlz/native/compile.bat
Merge commit '3b5069d' into develop
[simantics/platform.git] / bundles / org.simantics.fastlz / native / compile.bat
1 @rem ***************************************************************************\r
2 @rem Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
3 @rem in Industry THTH ry.\r
4 @rem All rights reserved. This program and the accompanying materials\r
5 @rem are made available under the terms of the Eclipse Public License v1.0\r
6 @rem which accompanies this distribution, and is available at\r
7 @rem http://www.eclipse.org/legal/epl-v10.html\r
8 @rem\r
9 @rem Contributors:\r
10 @rem     VTT Technical Research Centre of Finland - initial API and implementation\r
11 @rem ***************************************************************************\r
12 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\r
13 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\r
14 gcc -o fastlz_test.exe fastlz.c fastlz_read.c fastlz_write.c fastlz_test.c\r