]> git.cworth.org Git - apitrace/commitdiff
Add a makefile to update msinttypes headers
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 14 Mar 2012 09:23:19 +0000 (09:23 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 14 Mar 2012 09:23:50 +0000 (09:23 +0000)
thirdparty/msvc/.gitignore [new file with mode: 0644]
thirdparty/msvc/Makefile [new file with mode: 0644]

diff --git a/thirdparty/msvc/.gitignore b/thirdparty/msvc/.gitignore
new file mode 100644 (file)
index 0000000..2460008
--- /dev/null
@@ -0,0 +1 @@
+!Makefile
diff --git a/thirdparty/msvc/Makefile b/thirdparty/msvc/Makefile
new file mode 100644 (file)
index 0000000..ab18b4d
--- /dev/null
@@ -0,0 +1,10 @@
+update: \
+       inttypes.h \
+       stdint.h
+
+%.h: FORCE
+       wget -N http://msinttypes.googlecode.com/svn/trunk/$@
+
+.PHONY: update
+
+FORCE: