Skip to content

Commit 4f749b5

Browse files
committed
using BGRABitmap as submodule
1 parent ca23bd1 commit 4f749b5

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.github/workflows/make.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198

199199
begin
200200
try
201-
BuildAll('.', ['BGRABitmap']);
201+
BuildAll('.', []);
202202
case ExitCode of
203203
0: OutLog(etInfo, 'Errors:'#9 + ExitCode.ToString);
204204
else

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ test/test_bccombobox/test_bccombobox
2020
!images/bgracontrols_images.res
2121

2222
.DS_Store
23+
use/*/

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "use/bgrabitmap"]
2+
path = use/bgrabitmap
3+
url = https://github.com/bgrabitmap/bgrabitmap.git

use/bgrabitmap

Submodule bgrabitmap added at 93926ad

0 commit comments

Comments
 (0)