Differences From Artifact [da39a3ee5e]:
- File pkgIndex.tcl.in — part of check-in [9c68da7718] at 2014-05-01 21:49:33 on branch trunk — Initial skeleton with patch for tcltcc-0.4 (user: rkeene, size: 0) [annotate] [blame] [check-ins using]
- File target-headers/mingw32msvc/include/windows.h — part of check-in [1a9ce97cc9] at 2014-05-02 17:12:42 on branch trunk — Added target headers for Windows (user: rkeene, size: 0) [annotate] [blame] [check-ins using]
To Artifact [183dffb085]:
- File pkgIndex.tcl.tmpl.in — part of check-in [0e7070d332] at 2014-05-02 01:36:22 on branch trunk — Updated to produce working pkgIndex.tcl file (user: rkeene, size: 231) [annotate] [blame] [check-ins using]
> > | 1 2 | STATIC: package ifneeded tcc4tcl @PACKAGE_VERSION@ [list source [file join $dir tcc.tcl]] SHARED: package ifneeded tcc4tcl @PACKAGE_VERSION@ [list load [file join $dir tcc4tcl.@SHOBJEXT@]]\;\ [list source [file join $dir tcc.tcl]] |