fix keil build break
This commit is contained in:
parent
d56ad74f08
commit
3be47c1057
|
@ -26,7 +26,7 @@
|
|||
| 24 MHZ | 29 KB | 9 KB |
|
||||
|
||||
## Cross platform
|
||||
- Supported OSes: iOS/macOS/WathOS, Android, Linux, Windows, RTOS... or **MCU without OS**
|
||||
- Supported OSes: iOS/macOS/WatchOS, Android, Linux, Windows, RTOS... or **MCU without OS**
|
||||
- Supported languages: C/C++, Swift, Java, Javascript, C#, Golang...
|
||||
- Supported 3rd party libraries: Qt, MFC, Winforms, CoCoa...
|
||||
|
||||
|
@ -173,8 +173,6 @@ Thanks for the help from the community, you all make GUI-lite better! And welcom
|
|||
- QQ group code:
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center"><a href="https://jq.qq.com/?_wv=1027&k=qfvGGAa7"><img src="documents/qq.group-1.jpg" width="240px;"/><br /><sub><b>专家群💎:527251257</b></sub></a>
|
||||
<td align="center"><a href="https://jq.qq.com/?_wv=1027&k=yKnUJj1B"><img src="documents/qq.group-2.jpg" width="240px;"/><br /><sub><b>专家群💎:841031761</b></sub></a>
|
||||
<td align="center"><a href="https://jq.qq.com/?_wv=1027&k=5hc3qwj"><img src="documents/qq.group-3.jpg" width="240px;"/><br /><sub><b>免费群🔑:717471210</b></sub></a>
|
||||
<td align="center"><a href="https://jq.qq.com/?_wv=1027&k=5hc3qwj"><img src="documents/qq.group-3.jpg" width="240px;"/><br /><sub><b>開發群🔑:717471210</b></sub></a>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
| 24 MHZ | 29 KB | 9 KB |
|
||||
|
||||
## 跨平臺
|
||||
- 支持的操作系统:iOS/macOS/WathOS,Android,Linux(ARM/x86-64),Windows(包含VR),RTOS... 甚至**无操作系统的单片机**
|
||||
- 支持的操作系统:iOS/macOS/WatchOS,Android,Linux(ARM/x86-64),Windows(包含VR),RTOS... 甚至**无操作系统的单片机**
|
||||
- 支持的开发语言: C/C++, Swift, Java, Javascript, C#, Golang...
|
||||
- 支持的第3方库:Qt, MFC, Winforms, CoCoa...
|
||||
|
||||
|
@ -170,8 +170,6 @@
|
|||
- 开发者QQ群:
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center"><a href="https://jq.qq.com/?_wv=1027&k=qfvGGAa7"><img src="documents/qq.group-1.jpg" width="240px;"/><br /><sub><b>专家群💎:527251257</b></sub></a>
|
||||
<td align="center"><a href="https://jq.qq.com/?_wv=1027&k=yKnUJj1B"><img src="documents/qq.group-2.jpg" width="240px;"/><br /><sub><b>专家群💎:841031761</b></sub></a>
|
||||
<td align="center"><a href="https://jq.qq.com/?_wv=1027&k=5hc3qwj"><img src="documents/qq.group-3.jpg" width="240px;"/><br /><sub><b>免费群🔑:717471210</b></sub></a>
|
||||
<td align="center"><a href="https://jq.qq.com/?_wv=1027&k=5hc3qwj"><img src="documents/qq.group-3.jpg" width="240px;"/><br /><sub><b>開發群🔑:717471210</b></sub></a>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -13,7 +13,7 @@ UIcode.cpp:
|
|||
// your code here:
|
||||
```
|
||||
# For GuiLite developer
|
||||
## Build GuiLite libary for Windows?
|
||||
## Build GuiLite library for Windows?
|
||||
Prerequisite: Windows & Visul Studio 2013/2015/2017/2019
|
||||
- Open "GuiLite.sln" by Visual Studio
|
||||
- Click `Build Solution`
|
||||
|
@ -23,7 +23,7 @@ FAQ: Error when open GuiLite project with Visual Studio, reconfigure the project
|
|||
|
||||
![vs-configure](vs-configure.jpg)
|
||||
|
||||
## Build GuiLite libary for iOS/Mac and Linux(amd64) & raspberry pi?
|
||||
## Build GuiLite library for iOS/Mac and Linux(amd64) & raspberry pi?
|
||||
```bash
|
||||
cd GuiLite/workspace
|
||||
cmake .
|
||||
|
@ -32,7 +32,7 @@ make
|
|||
# Output here: GuiLite/workspace/libGuiLite.a
|
||||
```
|
||||
|
||||
## Build GuiLite libary for ARM Linux?
|
||||
## Build GuiLite library for ARM Linux?
|
||||
### Prerequisite: Install cross compiler:
|
||||
```bash
|
||||
# For ARM32:
|
||||
|
@ -51,7 +51,7 @@ make
|
|||
```
|
||||
Output here: GuiLite/workspace/libGuiLite.a
|
||||
|
||||
## How to build GuiLite libary for any MCU?
|
||||
## How to build GuiLite library for any MCU?
|
||||
### Prerequisite: Install Keil uvsion 5.6 or above.
|
||||
### Build
|
||||
- Open `GuiLite/workspace/GuiLite.uvprojx` with Keil uvsion.
|
||||
|
|
|
@ -382,11 +382,6 @@
|
|||
<Group>
|
||||
<GroupName>core</GroupName>
|
||||
<Files>
|
||||
<File>
|
||||
<FileName>bitmap.cpp</FileName>
|
||||
<FileType>8</FileType>
|
||||
<FilePath>.\core\bitmap.cpp</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>display.cpp</FileName>
|
||||
<FileType>8</FileType>
|
||||
|
@ -412,6 +407,11 @@
|
|||
<FileType>8</FileType>
|
||||
<FilePath>.\core\adapter\api_unknow.cpp</FilePath>
|
||||
</File>
|
||||
<File>
|
||||
<FileName>image.cpp</FileName>
|
||||
<FileType>8</FileType>
|
||||
<FilePath>.\core\image.cpp</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
</Group>
|
||||
<Group>
|
||||
|
|
Loading…
Reference in New Issue