rem Compiler options for JNI debug

/Od
/I "%JDK64\include"
/I "%JDK64\include\win32"
/D "WIN32"
/D "_DEBUG"
/D "_WINDOWS"
/D "_USRDLL"
/D "NATIVEMOUSE_EXPORTS"
/D "_WINDLL"
/FD
/EHsc
/RTC1
/MT
/Fo"Debug\\"
/Fd"Debug\vc90.pdb"
/W3
/nologo
/c
/Zi
/TP
/errorReport:prompt

rem Linker options for JNI debug

/OUT:"Debug\nativemouse.dll"
/INCREMENTAL:NO
/NOLOGO
/DLL
/MANIFEST
/MANIFESTFILE:"Debug\nativemouse.dll.intermediate.manifest"
/MANIFESTUAC:"level='asInvoker' uiAccess='false'"
/DEBUG
/PDB:"E:\com\mindprod\mouse\nativemouse\Debug\nativemouse.pdb"
/SUBSYSTEM:WINDOWS
/DYNAMICBASE
/NXCOMPAT
/MACHINE:X86
/ERRORREPORT:PROMPT
kernel32.lib
user32.lib
gdi32.lib
winspool.lib
comdlg32.lib
advapi32.lib
shell32.lib
ole32.lib
oleaut32.lib
uuid.lib
odbc32.lib
odbccp32.lib