linker def file
This commit is contained in:
parent
d8a29442c1
commit
03d16b015b
|
@ -0,0 +1,17 @@
|
|||
copyright "Copyright @@COPYRIGHT_YEAR@@ Hyperic, LLC"
|
||||
description Sigar
|
||||
version @@VERSION_MAJOR@@,@@VERSION_MINOR@@,@@VERSION_MAINT@@
|
||||
stack 8192
|
||||
screenname DEFAULT
|
||||
threadname sigar
|
||||
autounload
|
||||
pseudopreemption
|
||||
start _LibCPrelude
|
||||
exit _LibCPostlude
|
||||
check _LibCCheckUnload
|
||||
import @c:/novell/ndk/libc/imports/libc.imp
|
||||
import @c:/novell/ndk/libc/imports/netware.imp
|
||||
import @c:/novell/ndk/libc/imports/ws2nlm.imp
|
||||
module libc
|
||||
export @../../../bindings/java/build/src/javasigar_generated.def
|
||||
|
Loading…
Reference in New Issue