Browse Source

using BGRABitmap as submodule

Juliette ELSASS 9 months ago
parent
commit
4f749b542f
4 changed files with 6 additions and 1 deletions
  1. 1 1
      .github/workflows/make.pas
  2. 1 0
      .gitignore
  3. 3 0
      .gitmodules
  4. 1 0
      use/bgrabitmap

+ 1 - 1
.github/workflows/make.pas

@@ -198,7 +198,7 @@ uses
 
 begin
   try
-    BuildAll('.', ['BGRABitmap']);
+    BuildAll('.', []);
     case ExitCode of
       0: OutLog(etInfo, 'Errors:'#9 + ExitCode.ToString);
       else

+ 1 - 0
.gitignore

@@ -20,3 +20,4 @@ test/test_bccombobox/test_bccombobox
 !images/bgracontrols_images.res
 
 .DS_Store
+use/*/

+ 3 - 0
.gitmodules

@@ -0,0 +1,3 @@
+[submodule "use/bgrabitmap"]
+	path = use/bgrabitmap
+	url = https://github.com/bgrabitmap/bgrabitmap.git

+ 1 - 0
use/bgrabitmap

@@ -0,0 +1 @@
+Subproject commit 93926adb924516f504205d30b4d3bb25b5004cb5