mirror of
https://github.com/crioux/turbo-linecount.git
synced 2026-03-02 03:40:07 +00:00
formalize windows build
add static linked version of everything
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user