0 Star 0 Fork 0

cm.wang/VisualFBEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Compile.bat 572 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xusinboy Bekchanov 提交于 2023-09-17 13:19 . New Version 1.3.5
set FBC32=%~dp0Compilers\FreeBASIC-1.10.0-winlibs-gcc-9.3.0\fbc32.exe
set FBC64=%~dp0Compilers\FreeBASIC-1.10.0-winlibs-gcc-9.3.0\fbc64.exe
cd Controls\MyFbFramework\mff
"%FBC32%" -b "mff.bi" "mff.rc" -dll -x "../mff32.dll" -v
"%FBC64%" -b "mff.bi" "mff.rc" -dll -x "../mff64.dll" -v
cd ..\..\..\..\VisualFBEditor\src
"%FBC32%" "VisualFBEditor.bas" -s gui -x "../VisualFBEditor32.exe" "VisualFBEditor.rc" -i "..\Controls\MyFbFramework" -v
"%FBC64%" "VisualFBEditor.bas" -s gui -x "../VisualFBEditor64.exe" "VisualFBEditor.rc" -i "..\Controls\MyFbFramework" -v
cd ..\
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Visual Basic
1
https://gitee.com/cm-wang/VisualFBEditor.git
git@gitee.com:cm-wang/VisualFBEditor.git
cm-wang
VisualFBEditor
VisualFBEditor
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385