Roy Qu
|
081d37e21f
|
redirect 2>&1
|
2024-04-14 12:27:01 +08:00 |
Roy Qu
|
44802c6315
|
windows installer: Template -> template
- sdcc project compiler: compile source file in subfolders.
|
2024-04-14 12:23:31 +08:00 |
zw9629
|
697bdca255
|
sdcc makefile生成优化 (#377)
* sdcc makefile生成优化
1.隐藏删除文件的错误提示
2.支持生成目标文件输出目录
* 修复删不了文件
* 确保能删除编译文件同时不提示任何错误
* 更正clean脚本错误(%1 2>&1)应为(%1 2>%1)
指定生成目标文件输出目录支持跨盘,跨平台(理论)
* 预防配置项为相对路径
* clean 目标与>%1中间添加空格,避免错误
|
2024-04-14 12:13:39 +08:00 |
Roy Qu
|
17fddff91b
|
clean code
refactor: rename fileIncludes to fileInfo
|
2024-04-06 18:10:49 +08:00 |
Roy Qu
|
d3f2cd1dc1
|
refactor: name project options
fix: chinese translation for project options
|
2024-04-03 16:50:19 +08:00 |
Roy Qu
|
e58adc94ff
|
- fix: Compile info for project doesn't have name of the project executable.
- fix: Select a word in string / comment doesn't highlight other words in the file
|
2024-03-28 10:16:28 +08:00 |
Roy Qu
|
5c7e7fb793
|
clean up code
|
2024-03-26 12:56:50 +08:00 |
Roy Qu
|
76e098bfc6
|
fix #327 - enhancement: Auto define macro "_DEBUG" for "Debug" compiler set(like visual studio).
|
2024-03-26 12:54:25 +08:00 |
Cyano Hao
|
18318653d7
|
Move from command line to argv array (#216)
* command line -> argv array
* update function names
* update directory structure
---------
Co-authored-by: Roy Qu <royqh1979@gmail.com>
|
2024-02-28 19:41:05 +08:00 |
Roy Qu
|
aa12dcc4d1
|
- fix: Crash if #include a non-exist header file in the source.
|
2023-11-05 21:00:52 +08:00 |
Roy Qu
|
6b2a800d37
|
- enhancement: Support SDCC Project.
|
2023-08-17 19:24:49 +08:00 |