Browse code

Make it so zlib's submodule being dirty is ignored.

(This is because of what I mentioned in the last commit, where zlib's CMake script modifies a file in the submodule.)

Naram Qashat authored on 2021/03/28 20:54:15
Showing 1 changed files
... ...
@@ -1,6 +1,7 @@
1 1
 [submodule "src/in_xsf_framework/zlib"]
2 2
 	path = src/in_xsf_framework/zlib
3 3
 	url = https://github.com/madler/zlib
4
+	ignore = dirty
4 5
 [submodule "src/in_xsf_framework/wxWidgets"]
5 6
 	path = src/in_xsf_framework/wxWidgets
6 7
 	url = https://github.com/wxWidgets/wxWidgets
Browse code

Add submodule for wxWidgets.

This is in preparation for replacing my DialogBuilder with wxWidgets for the configuration dialog boxes. DialogBuilder will still be included for now for the currently unused info dialog boxes.

Naram Qashat authored on 2021/03/28 19:07:54
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1 1
 [submodule "src/in_xsf_framework/zlib"]
2 2
 	path = src/in_xsf_framework/zlib
3 3
 	url = https://github.com/madler/zlib
4
+[submodule "src/in_xsf_framework/wxWidgets"]
5
+	path = src/in_xsf_framework/wxWidgets
6
+	url = https://github.com/wxWidgets/wxWidgets
Browse code

switch to git submodule for zlib

Adam Higerd authored on 2021/02/11 18:32:11
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+[submodule "src/in_xsf_framework/zlib"]
2
+	path = src/in_xsf_framework/zlib
3
+	url = https://github.com/madler/zlib