]> Nishi Git Mirror - libw3.git/commitdiff
fix
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Tue, 6 Feb 2024 09:07:31 +0000 (09:07 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Tue, 6 Feb 2024 09:07:31 +0000 (09:07 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@179 d27a3e52-49c5-7645-884c-6793ebffc270

Makefile
W3Version.h.p

index 285e16de3d97901e0ea24efcd66116f92b9b298a..e9cde081cf310313caa0a14dfa5a83619f30efa5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,7 @@ ifeq ($(TCL),YES)
        cp /usr/$(MINGW)/sys-root/mingw/bin/tk86.dll w3-$(VERSION)/Example/tclw3/bin/
        cp /usr/$(MINGW)/sys-root/mingw/bin/libssp-0.dll w3-$(VERSION)/Example/tclw3/bin/
        cp /usr/$(MINGW)/sys-root/mingw/bin/zlib1.dll w3-$(VERSION)/Example/tclw3/bin/
-       cp -rf /usr/$(MINGW)/sys-root/mingw/share/tcl8.6 w3-$(VERSION)/Example/tclw3/tcl8.6
+       cp -rf /usr/$(MINGW)/sys-root/mingw/share/tcl8.6 w3-$(VERSION)/Example/tclw3/lib/tcl8.6
 endif
 else
        cp ./Library/*.so w3-$(VERSION)/Library/
index a3ad1de7ad44fa544a16af7c88b3ed2d08c1dec2..0fb14236a0084aec5684a403b2f7813ce2994011 100644 (file)
@@ -6,7 +6,7 @@
 extern "C" {
 #endif
 
-#define LIBW3_VERSION "2.3A" \
+#define LIBW3_VERSION "2.3B" \
 SUFFIX
 
 #ifdef __cplusplus