d to g debug build change
authorVince Darley <vincentdarley@sourceforge.net>
Tue, 11 Mar 2003 11:48:09 +0000 (11:48 +0000)
committerVince Darley <vincentdarley@sourceforge.net>
Tue, 11 Mar 2003 11:48:09 +0000 (11:48 +0000)
ChangeLog
library/pkgIndex.tcl
win/makefile.vc

index db55a3cd616c9492ec10a978d80283e7e2a0315c..d016d633a0c81a79ee399cda1846684a9cb5f7aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-11  Vince Darley <vincentdarley@sourceforge.net>
+
+       * library/pkgIndex.tcl:
+       * win/makefile.vc: updated for Tcl's incompatible change 
+       from 'd' to 'g' for debug builds.
+
 2003-02-24  Jean-Claude Wippler  <jcw@equi4.com>
 
        * pkgIndex.tcl, pkgIndex.tcl.in: starkit rev bumped to 1.2
index 638bc62bb80e34f8df1ba33e6dba7ff4072bf1d7..22403188479874ae17288fc515f462254876031d 100644 (file)
@@ -22,7 +22,7 @@ if {$::tcl_platform(platform) eq "unix"} {
        set dll libvfs1.2
     }
 } elseif {[info exists ::tcl_platform(debug)]} {
-    set dll vfs12d
+    set dll vfs12g
 } else {
     set dll vfs12
 }
index d7e012bd2e150907c6e82f9ca2db73d309e40f69..8b43baecabeb4d12848b2863b130bbbe2f474d3f 100644 (file)
@@ -18,9 +18,11 @@ NODEBUG=1
 !IF "$(NODEBUG)" == "1"
 DEBUGDEFINES =
 DBGX     = 
+DBGXMS     = 
 !ELSE
 DEBUGDEFINES = -DTCL_MEM_DEBUG -DUSE_TCLALLOC=0 -DPURIFY
-DBGX     = d
+DBGX     = g
+DBGXMS     = d
 !ENDIF
 
 PROJECT = vfs$(DLL_VERSION)$(DBGX)
@@ -104,11 +106,11 @@ conlflags = $(lflags) -subsystem:console -entry:mainCRTStartup
 guilflags = $(lflags) -subsystem:windows -entry:WinMainCRTStartup
 
 !IF "$(MACHINE)" == "PPC"
-libc = libc$(DBGX).lib
-libcdll = crtdll$(DBGX).lib
+libc = libc$(DBGXMS).lib
+libcdll = crtdll$(DBGXMS).lib
 !ELSE
-libc = libc$(DBGX).lib oldnames.lib
-libcdll = msvcrt$(DBGX).lib oldnames.lib
+libc = libc$(DBGXMS).lib oldnames.lib
+libcdll = msvcrt$(DBGXMS).lib oldnames.lib
 !ENDIF
 
 baselibs   = kernel32.lib $(optlibs) advapi32.lib user32.lib