formalize windows build

add static linked version of everything
This commit is contained in:
Christien Rioux
2015-12-13 01:39:35 -08:00
parent bf55e8383f
commit e79cb700c1
7 changed files with 450 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ void help(const TCHAR *argv0)
void version(void)
{
_tprintf(_T("lc (linecount) %d.%2.2d\nCopyright (c) 2015 Christien Rioux\n"), LINECOUNT_VERSION_MAJOR, LINECOUNT_VERSION_MINOR);
_tprintf(_T("tlc (turbo-linecount) %d.%2.2d\nCopyright (c) 2015 Christien Rioux\n"), TURBOLINECOUNT_VERSION_MAJOR, TURBOLINECOUNT_VERSION_MINOR);
}
//////////////////////////////////////////////////////

View File

@@ -9,8 +9,8 @@
#ifndef __INC_TURBO_LINECOUNT_H
#define __INC_TURBO_LINECOUNT_H
#define LINECOUNT_VERSION_MAJOR 1
#define LINECOUNT_VERSION_MINOR 0
#define TURBOLINECOUNT_VERSION_MAJOR 1
#define TURBOLINECOUNT_VERSION_MINOR 0
#ifdef __cplusplus