Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Typo Fix |
|---|---|
| Timelines: | family | ancestors | descendants | both | core_zip_vfs |
| Files: | files | file ages | folders |
| SHA1: |
f32c24047cf13785e9f352354543a8a4 |
| User & Date: | tne 2014-09-03 22:03:08.380 |
Context
|
2014-09-04
| ||
| 00:30 | Re-engineered the windows kitbuilding process to produce a standalone executable (in a similar proc... check-in: ae8b5b6616 user: hypnotoad tags: core_zip_vfs | |
|
2014-09-03
| ||
| 22:03 | Typo Fix check-in: f32c24047c user: tne tags: core_zip_vfs | |
| 21:24 | Merging changes from trunk check-in: 6f6342b8fe user: hypnotoad tags: core_zip_vfs | |
Changes
Changes to win/Makefile.in.
| ︙ | ︙ | |||
428 429 430 431 432 433 434 | null.zip: touch .empty zip null.zip .empty $(TCLKIT): $(TCLSH) null.zip PWD=`pwd` | | | 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 |
null.zip:
touch .empty
zip null.zip .empty
$(TCLKIT): $(TCLSH) null.zip
PWD=`pwd`
cp -f $(TCLSH) $(TCLKIT)
cat null.zip >> $(TCLKIT)
cd ${prefix}/lib ; zip -rAq ${PWD}/$(TCLKIT) tcl8 tcl8.6
cat32.$(OBJEXT): cat.c
$(CC) -c $(CC_SWITCHES) @DEPARG@ $(CC_OBJNAME)
$(CAT32): cat32.$(OBJEXT)
|
| ︙ | ︙ |