forked from ygoe/T-Clock
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* moved project files to Source directory
! fixes related to GCC compiler warnings (unused function removed, wrong formatting options, "bad" initialization) * updated MinGW Makefile
- Loading branch information
1 parent
593704d
commit 12aef07
Showing
14 changed files
with
542 additions
and
538 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
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0455B526-7932-4D53-AAEF-0C7BBD00CE8E}" | ||
ProjectSection(SolutionItems) = preProject | ||
Source\To-Do List.txt = Source\To-Do List.txt | ||
EndProjectSection | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Win32.Clock", "Source\Clock\Win32\Win32.Clock.vcxproj", "{27EF0E4F-0E60-461B-9BA6-06AA1FF3E066}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Win32.DLL", "Source\DLL\Win32\Win32.DLL.vcxproj", "{6E055518-FDC0-4B59-BEB8-60A3874C8F76}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Calendar", "Source\Calendar\Calendar.vcxproj", "{1f5284e0-13ef-11e3-8ffd-0800200c9a66}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Release|Win32 = Release|Win32 | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{27EF0E4F-0E60-461B-9BA6-06AA1FF3E066}.Release|Win32.ActiveCfg = Release|Win32 | ||
{27EF0E4F-0E60-461B-9BA6-06AA1FF3E066}.Release|Win32.Build.0 = Release|Win32 | ||
{27EF0E4F-0E60-461B-9BA6-06AA1FF3E066}.Release|x64.ActiveCfg = Release|x64 | ||
{27EF0E4F-0E60-461B-9BA6-06AA1FF3E066}.Release|x64.Build.0 = Release|x64 | ||
{6E055518-FDC0-4B59-BEB8-60A3874C8F76}.Release|Win32.ActiveCfg = Release|Win32 | ||
{6E055518-FDC0-4B59-BEB8-60A3874C8F76}.Release|Win32.Build.0 = Release|Win32 | ||
{6E055518-FDC0-4B59-BEB8-60A3874C8F76}.Release|x64.ActiveCfg = Release|x64 | ||
{6E055518-FDC0-4B59-BEB8-60A3874C8F76}.Release|x64.Build.0 = Release|x64 | ||
{1f5284e0-13ef-11e3-8ffd-0800200c9a66}.Release|Win32.ActiveCfg = Release|Win32 | ||
{1f5284e0-13ef-11e3-8ffd-0800200c9a66}.Release|Win32.Build.0 = Release|Win32 | ||
{1f5284e0-13ef-11e3-8ffd-0800200c9a66}.Release|x64.ActiveCfg = Release|x64 | ||
{1f5284e0-13ef-11e3-8ffd-0800200c9a66}.Release|x64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0455B526-7932-4D53-AAEF-0C7BBD00CE8E}" | ||
ProjectSection(SolutionItems) = preProject | ||
To-Do List.txt = To-Do List.txt | ||
EndProjectSection | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Win32.Clock", "Clock\Win32\Win32.Clock.vcxproj", "{27EF0E4F-0E60-461B-9BA6-06AA1FF3E066}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Win32.DLL", "DLL\Win32\Win32.DLL.vcxproj", "{6E055518-FDC0-4B59-BEB8-60A3874C8F76}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Calendar", "Calendar\Calendar.vcxproj", "{1f5284e0-13ef-11e3-8ffd-0800200c9a66}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Release|Win32 = Release|Win32 | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{27EF0E4F-0E60-461B-9BA6-06AA1FF3E066}.Release|Win32.ActiveCfg = Release|Win32 | ||
{27EF0E4F-0E60-461B-9BA6-06AA1FF3E066}.Release|Win32.Build.0 = Release|Win32 | ||
{27EF0E4F-0E60-461B-9BA6-06AA1FF3E066}.Release|x64.ActiveCfg = Release|x64 | ||
{27EF0E4F-0E60-461B-9BA6-06AA1FF3E066}.Release|x64.Build.0 = Release|x64 | ||
{6E055518-FDC0-4B59-BEB8-60A3874C8F76}.Release|Win32.ActiveCfg = Release|Win32 | ||
{6E055518-FDC0-4B59-BEB8-60A3874C8F76}.Release|Win32.Build.0 = Release|Win32 | ||
{6E055518-FDC0-4B59-BEB8-60A3874C8F76}.Release|x64.ActiveCfg = Release|x64 | ||
{6E055518-FDC0-4B59-BEB8-60A3874C8F76}.Release|x64.Build.0 = Release|x64 | ||
{1f5284e0-13ef-11e3-8ffd-0800200c9a66}.Release|Win32.ActiveCfg = Release|Win32 | ||
{1f5284e0-13ef-11e3-8ffd-0800200c9a66}.Release|Win32.Build.0 = Release|Win32 | ||
{1f5284e0-13ef-11e3-8ffd-0800200c9a66}.Release|x64.ActiveCfg = Release|x64 | ||
{1f5284e0-13ef-11e3-8ffd-0800200c9a66}.Release|x64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_workspace_file> | ||
<Workspace title="T-Clock 2010"> | ||
<Project filename="T-Clock.cbp" /> | ||
<Project filename="T-Clock64.cbp" /> | ||
<Project filename="T-Clock-XPCalendar.cbp" /> | ||
</Workspace> | ||
</CodeBlocks_workspace_file> |
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
Oops, something went wrong.