1 /* |
1 /* |
2 * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
408 "/export:JNI_GetCreatedJavaVMs "+ |
408 "/export:JNI_GetCreatedJavaVMs "+ |
409 "/export:jio_snprintf /export:jio_printf "+ |
409 "/export:jio_snprintf /export:jio_printf "+ |
410 "/export:jio_fprintf /export:jio_vfprintf "+ |
410 "/export:jio_fprintf /export:jio_vfprintf "+ |
411 "/export:jio_vsnprintf "+ |
411 "/export:jio_vsnprintf "+ |
412 "/export:JVM_GetVersionInfo "+ |
412 "/export:JVM_GetVersionInfo "+ |
413 "/export:JVM_GetThreadStateNames "+ |
|
414 "/export:JVM_GetThreadStateValues "+ |
|
415 "/export:JVM_InitAgentProperties"); |
413 "/export:JVM_InitAgentProperties"); |
416 addAttr(rv, "AdditionalDependencies", "kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;Wsock32.lib;winmm.lib;psapi.lib"); |
414 addAttr(rv, "AdditionalDependencies", "kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;Wsock32.lib;winmm.lib;psapi.lib"); |
417 addAttr(rv, "OutputFile", outDll); |
415 addAttr(rv, "OutputFile", outDll); |
418 addAttr(rv, "SuppressStartupBanner", "true"); |
416 addAttr(rv, "SuppressStartupBanner", "true"); |
419 addAttr(rv, "ModuleDefinitionFile", outDir+Util.sep+"vm.def"); |
417 addAttr(rv, "ModuleDefinitionFile", outDir+Util.sep+"vm.def"); |