Overview
Comment: | Add Clang/Win32 to {PLATFORMS,README-WINDOWS}.md |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8cf1390ea2f229504a1b2386d8aaf36f |
User & Date: | js on 2017-01-07 23:37:50 |
Other Links: | manifest | tags |
Context
2017-01-08
| ||
01:45 | Update Xcode project to Xcode 8.2 check-in: d55e95f217 user: js tags: trunk | |
2017-01-07
| ||
23:37 | Add Clang/Win32 to {PLATFORMS,README-WINDOWS}.md check-in: 8cf1390ea2 user: js tags: trunk | |
23:23 | Override Clang's block declarations on Windows check-in: 30bc1fb225 user: js tags: trunk | |
Changes
Modified PLATFORMS.md from [fc3892b42f] to [05d4c38436].
︙ | |||
159 160 161 162 163 164 165 | 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 | - + - + - | * Runtimes: ObjFW * Limitations: No threads Windows ------- |
︙ |
Modified README-WINDOWS.md from [16f204ab50] to [03bce666c6].
︙ | |||
41 42 43 44 45 46 47 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + + + + + + | Installing MinGW-w64 using MSYS2 -------------------------------- Now it's time to install MinGW-w64. If you want to build 32 bit binaries: |
︙ |