]> granicus.if.org Git - graphviz/commitdiff
Added libtool win32 as submodule.
authorErwin Janssen <erwinjanssen@outlook.com>
Tue, 21 Jun 2016 00:15:15 +0000 (02:15 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Tue, 21 Jun 2016 00:15:15 +0000 (02:15 +0200)
.gitignore
.gitmodules
windows/dependencies/libtool [new submodule]

index ee54b9eafb734680660f0324428185b2385437f6..4d82346e1bb8ae7a7e8391c4af87f2edd08fb37d 100644 (file)
@@ -216,4 +216,7 @@ Graphviz/**
 .vs/**
 *.VC.db
 *.VC.opendb
-*.vcxproj.user
\ No newline at end of file
+*.vcxproj.user
+
+# Don't ignore any of the submodules
+!windows/dependencies/**
\ No newline at end of file
index d31daab0d867a468bd0bcde82f85e4bfefbf7538..398bfa6bdc42c9cd7256f4b020b6a9c6dfe07e44 100644 (file)
@@ -4,3 +4,6 @@
 [submodule "windows/dependencies/expat"]
        path = windows/dependencies/expat
        url = https://github.com/ErwinJanssen/expat-xml-parser-win32.git
+[submodule "windows/dependencies/libtool"]
+       path = windows/dependencies/libtool
+       url = https://github.com/ErwinJanssen/libtool-win32.git
diff --git a/windows/dependencies/libtool b/windows/dependencies/libtool
new file mode 160000 (submodule)
index 0000000..8ec25a6
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 8ec25a674f36d343fe7f03ebc9461d17992c93e0