diff --git a/tools/cw/1.2/base_b73/lmgr8c.dll b/tools/cw/1.2/base_b73/lmgr8c.dll index 35bc6be4a8..31a4d5fdfb 100644 Binary files a/tools/cw/1.2/base_b73/lmgr8c.dll and b/tools/cw/1.2/base_b73/lmgr8c.dll differ diff --git a/tools/cw/2.0/sp1p2/lmgr8c.dll b/tools/cw/2.0/sp1p2/lmgr8c.dll index 35bc6be4a8..31a4d5fdfb 100644 Binary files a/tools/cw/2.0/sp1p2/lmgr8c.dll and b/tools/cw/2.0/sp1p2/lmgr8c.dll differ diff --git a/tools/cw/2.0/sp2/lmgr8c.dll b/tools/cw/2.0/sp2/lmgr8c.dll index 35bc6be4a8..31a4d5fdfb 100644 Binary files a/tools/cw/2.0/sp2/lmgr8c.dll and b/tools/cw/2.0/sp2/lmgr8c.dll differ diff --git a/tools/cw/2.0/sp2p2/lmgr8c.dll b/tools/cw/2.0/sp2p2/lmgr8c.dll index 35bc6be4a8..31a4d5fdfb 100644 Binary files a/tools/cw/2.0/sp2p2/lmgr8c.dll and b/tools/cw/2.0/sp2p2/lmgr8c.dll differ diff --git a/tools/cw/lmgr8c/lmgr8c.c b/tools/cw/lmgr8c/lmgr8c.c new file mode 100644 index 0000000000..409a3c66d9 --- /dev/null +++ b/tools/cw/lmgr8c/lmgr8c.c @@ -0,0 +1,3 @@ +int lp_checkout() { return 0; } +void lp_checkin() {} +void lp_errstring() {} diff --git a/tools/cw/lmgr8c/lmgr8c.def b/tools/cw/lmgr8c/lmgr8c.def new file mode 100644 index 0000000000..67ee9d727a --- /dev/null +++ b/tools/cw/lmgr8c/lmgr8c.def @@ -0,0 +1,6 @@ +; x86_64-w64-mingw32-gcc -m32 -shared -s -o lmgr8c.dll lmgr8c.def lmgr8c.c +LIBRARY LMGR8C +EXPORTS + lp_checkout @190 + lp_checkin @189 + lp_errstring @191