18 Star 92 Fork 22

avata / 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 ..\
Visual Basic
1
https://gitee.com/avata/VisualFBEditor.git
git@gitee.com:avata/VisualFBEditor.git
avata
VisualFBEditor
VisualFBEditor
master

搜索帮助