Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | more updates for windows |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
000cda35a5579592128a6bd55a9c0448 |
User & Date: | kevin 2015-09-12 22:18:04 |
Context
2015-09-13
| ||
12:08 | Fix Windows naming conflicts check-in: 697de03bc7 user: kevin tags: trunk | |
2015-09-12
| ||
22:18 | more updates for windows check-in: 000cda35a5 user: kevin tags: trunk | |
22:11 | More update for Windows check-in: 056c1e8a73 user: kevin tags: trunk | |
Changes
Changes to customfont/configure.
︙ | |||
5115 5116 5117 5118 5119 5120 5121 | 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 | - + | # # Windows creates a few extra files that need to be cleaned up. # You can add more files to clean if your extension creates any extra # files. # # TEA_ADD_* any platform specific compiler/build info here. #-------------------------------------------------------------------- |
︙ |
Changes to customfont/configure.in.
︙ | |||
81 82 83 84 85 86 87 | 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | - + - + | # # Windows creates a few extra files that need to be cleaned up. # You can add more files to clean if your extension creates any extra # files. # # TEA_ADD_* any platform specific compiler/build info here. #-------------------------------------------------------------------- |
︙ |