summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-08-06 16:35:28 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-08-06 18:01:06 +0100
commitc253121aabd940107fac2ce85668993cc7e94237 (patch)
tree0390e58c550821617ae3dd7cd3c6eeda7c29cc40 /.gitignore
parent6e6df220c717862a3ca1c2094aa37c7c4bc911b3 (diff)
Provide our own htmlhelp library codexlaunch-20130806-1
- libhtmlhelp.a we now provide ourself - htmlhelp.h comes from MinGW-w64 w32api - hhc.exe comes from the HTML Help Workshop We need to do this because: - w32api doesn't provde a libhtmlhelp.a, and we don't know where to get one for x86_64 that is actually useful - maybe there are some license issue with linking with htlphelp.lib from a Microsoft PSDK and the cygwin DLL?
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d568312..b4cf751 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.o
+*.a
.deps
.dirstamp
Makefile