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: |
c49d6db5794f059cdd3ceb7ac86d806d |
| 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
Changes to src/toadkit/configure.tcl.
| ︙ | ︙ | |||
116 117 118 119 120 121 122 |
}
}
###
# Build mkhdr if we don't have it
###
if {![file exists [::realpath $::odie(mkhdr)]]} {
| | | | 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
|
| ︙ | ︙ |