comparison lwar/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 96a05e89ab03
children
comparison
equal deleted inserted replaced
458:3948c874901b 467:a6c9129e5948
27 #include <stdlib.h> 27 #include <stdlib.h>
28 #include <sys/types.h> 28 #include <sys/types.h>
29 #include <sys/stat.h> 29 #include <sys/stat.h>
30 30
31 #include <lw_cmdline.h> 31 #include <lw_cmdline.h>
32 #include <lw_version.h> 32 #include <version.h>
33 33
34 #include "lwar.h" 34 #include "lwar.h"
35 35
36 #ifdef _MSC_VER 36 #ifdef _MSC_VER
37 #include <lw_win.h> // windows build 37 #include <lw_win.h> // windows build