-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
126 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
# Microsoft Developer Studio Generated Dependency File, included by time_it.mak | ||
|
||
.\time_it.cpp : \ | ||
{$(INCLUDE)}"basetsd.h"\ | ||
{$(INCLUDE)}"guiddef.h"\ | ||
{$(INCLUDE)}"propidl.h"\ | ||
{$(INCLUDE)}"reason.h"\ | ||
{$(INCLUDE)}"specstrings.h"\ | ||
{$(INCLUDE)}"stralign.h"\ | ||
{$(INCLUDE)}"tvout.h"\ | ||
{$(INCLUDE)}"winefs.h"\ | ||
{$(INCLUDE)}"getopt.h"\ | ||
".\version.h"\ | ||
{$(INCLUDE)}"ver_defaults.h"\ | ||
|
||
|
||
.\time_it.rc : \ | ||
".\time_it.ico"\ | ||
".\version.h"\ | ||
{$(INCLUDE)}"ver_defaults.h"\ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// Copyright (c) 2002-2015 Ross Smith II. See Mit LICENSE in /LICENSE | ||
// Copyright (c) 2002-2015 Ross Smith II. MIT licensed. | ||
|
||
#define VER_INTERNAL_NAME "time_it" | ||
#define VER_FILE_DESCRIPTION "Time disk I/O" | ||
#define VER_MAJOR 1 | ||
#define VER_MINOR 1 | ||
#define VER_STRING2 "1.1" | ||
#define VER_MINOR 2 | ||
#define VER_STRING2 "1.2" | ||
|
||
#include "ver_defaults.h" |