Check-in [c49d6db579]
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Updates some file paths
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c49d6db5794f059cdd3ceb7ac86d806d180d1d10
User & Date: hypnotoad 2015-09-25 15:34:48
Context
2015-09-26
03:37
Fixed a show-stopper on "make install" into a new path check-in: 166f6561d1 user: hypnotoad tags: trunk
2015-09-25
15:34
Updates some file paths check-in: c49d6db579 user: hypnotoad tags: trunk
2015-08-10
13:20
Updates to the window build process check-in: 572d26a300 user: hypnotoad tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/toadkit/configure.tcl.
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
  }
}

###
# Build mkhdr if we don't have it
###
if {![file exists [::realpath $::odie(mkhdr)]]} {
    cd $::build(odie_src_dir)
    doexec $::odie(cc) -o mkhdr.o -c scripts/mkhdr.c
    doexec $::odie(cc) mkhdr.o -o mkhdr$::odie(exe_suffix)
    file copy -force mkhdr$::odie(exe_suffix) [::realpath ${exec_prefix}/bin/mkhdr$::odie(exe_suffix)]
}

###
# Build our libinit.c file and internal.h file
###
set hout $::project(srcdir)/generic/$::project(h_file_int)
set docfileout $::project(srcdir)/build/cthulhu.rc







|


|







116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
  }
}

###
# Build mkhdr if we don't have it
###
if {![file exists [::realpath $::odie(mkhdr)]]} {
    cd $::odie(src_dir)
    doexec $::odie(cc) -o mkhdr.o -c scripts/mkhdr.c
    doexec $::odie(cc) mkhdr.o -o mkhdr$::odie(exe_suffix)
    file copy -force mkhdr$::odie(exe_suffix) [file join $::odie(local_repo) bin mkhdr$::odie(exe_suffix)]
}

###
# Build our libinit.c file and internal.h file
###
set hout $::project(srcdir)/generic/$::project(h_file_int)
set docfileout $::project(srcdir)/build/cthulhu.rc