]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.db.procore.server.environment/native/compile_x64.bat
Merge "Move debugging options under DevelopmentKeys"
[simantics/platform.git] / bundles / org.simantics.db.procore.server.environment / native / compile_x64.bat
1 @rem ***************************************************************************
2 @rem Copyright (c) 2007, 2010 Association for Decentralized Information Management
3 @rem in Industry THTH ry.
4 @rem All rights reserved. This program and the accompanying materials
5 @rem are made available under the terms of the Eclipse Public License v1.0
6 @rem which accompanies this distribution, and is available at
7 @rem http://www.eclipse.org/legal/epl-v10.html
8 @rem
9 @rem Contributors:
10 @rem     VTT Technical Research Centre of Finland - initial API and implementation
11 @rem ***************************************************************************
12 cl /O2 /Oi /GL "-I%JAVA_HOME%/include" "-I%JAVA_HOME%/include/win32" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "MSIJNI_EXPORTS" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /LD /FD /Gy /W3 /nologo /c /Zi /TC /errorReport:prompt /Fomsijni.obj msijni.c
13 link /OUT:"..\src\msijni64.dll" /DLL /MACHINE:X64 Msi.lib msijni.obj