2 Star 0 Fork 23

宁某人/VisualFBEditor

forked from avata/VisualFBEditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DownloadAndCompile.bat 774 Bytes
一键复制 编辑 原始数据 按行查看 历史
curl -L -O https://github.com/XusinboyBekchanov/VisualFBEditor/archive/master.zip
PowerShell Expand-Archive -LiteralPath "master.zip" -DestinationPath "." -Force
Rename VisualFBEditor-master VisualFBEditor
curl -L -O https://github.com/XusinboyBekchanov/MyFbFramework/archive/master.zip
PowerShell Expand-Archive -LiteralPath "master.zip" -DestinationPath "VisualFBEditor\Controls" -Force
cd VisualFBEditor\Controls
Rename MyFbFramework-master MyFbFramework
cd MyFbFramework\mff
set FBC=D:\FreeBasic\FreeBASIC-1.09.0-winlibs-gcc-9.3.0\fbc32.exe
"%FBC%" -b "mff.bi" "mff.rc" -dll -x "../mff32.dll" -v
cd ..\..\..\..\VisualFBEditor\src
"%FBC%" "VisualFBEditor.bas" -s gui -x "../VisualFBEditor32.exe" "VisualFBEditor.rc" -i "..\Controls\MyFbFramework" -v
cd ..\..\
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Visual Basic
1
https://gitee.com/prefer-sb/VisualFBEditor.git
[email protected]:prefer-sb/VisualFBEditor.git
prefer-sb
VisualFBEditor
VisualFBEditor
master

搜索帮助