comparison lwlink/main.c @ 467:a6c9129e5948

Move version header into a common direction to better reflect what it is. The version header isn't really associated with lwlib itself since that is intended to be some generic type routines that can be used by other programs. It is, however, directly associated with lwtools. Thus, it should be related to lwtools itself rather than the more generic lwlib.
author William Astle <lost@l-w.ca>
date Thu, 01 Mar 2018 21:25:51 -0700
parents b138b4005125
children 1744f2d1a821
comparison
equal deleted inserted replaced
458:3948c874901b 467:a6c9129e5948
26 #include <stdio.h> 26 #include <stdio.h>
27 #include <stdlib.h> 27 #include <stdlib.h>
28 #include <string.h> 28 #include <string.h>
29 29
30 #include <lw_cmdline.h> 30 #include <lw_cmdline.h>
31 #include <lw_version.h> 31
32 #include <version.h>
32 33
33 #include "lwlink.h" 34 #include "lwlink.h"
34 35
35 #ifdef _MSC_VER 36 #ifdef _MSC_VER
36 #include <lw_win.h> // windows build 37 #include <lw_win.h> // windows build