diff lwlink/main.c @ 361:4130ffdeb5c8

Add contributed support for building with Microsoft's compiler Thanks to Erik G <erik@6809.org> for various updates to allow building with Microsoft's compiler. These changes, in addition to some other generally good fixups from other commits, include: * move the version define to its own source file instead of as an option in Makefile. This is better anyway. * add some compatibilty stuff to lwlib This support is minimally invasive so it should continue to work. However, this is contributed code which I have no way to test.
author William Astle <lost@l-w.ca>
date Tue, 26 May 2015 17:53:51 -0600
parents 55c1f9a321e9
children 221b5f58d8ad
line wrap: on
line diff
--- a/lwlink/main.c	Tue May 26 17:51:00 2015 -0600
+++ b/lwlink/main.c	Tue May 26 17:53:51 2015 -0600
@@ -29,6 +29,7 @@
 #include <string.h>
 
 #include <lw_cmdline.h>
+#include <lw_version.h>
 
 #include "lwlink.h"