diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-19 21:33:25 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-10-19 21:33:25 +0000 |
commit | ce83b46d4548feb14cc4fb521a22de135c5c6dfa (patch) | |
tree | 5357d9cdcd003abf4d917f61179d500b1cde6179 /plugins/!NotAdopted/WinterSpeak/general/optimise | |
parent | bd6ed4be499ccd60328ec16fcfc1a0a5664bbdc6 (diff) |
Winter Speak has been adopted.
git-svn-id: http://svn.miranda-ng.org/main/trunk@6544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/WinterSpeak/general/optimise')
-rw-r--r-- | plugins/!NotAdopted/WinterSpeak/general/optimise/aggressive_optimise.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/!NotAdopted/WinterSpeak/general/optimise/aggressive_optimise.h b/plugins/!NotAdopted/WinterSpeak/general/optimise/aggressive_optimise.h deleted file mode 100644 index 6494bf6eb9..0000000000 --- a/plugins/!NotAdopted/WinterSpeak/general/optimise/aggressive_optimise.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef guard_aggressive_optimise_h
-#define guard_aggressive_optimise_h
-//==============================================================================
-// General Code, © 2002 Ryan Winter
-//==============================================================================
-
-#ifdef NDEBUG
-
-// we define the WIN32_LEAN_AND_MEAN tag so that the quick windows
-// macros and functions are used. Using this should make a slight
-// performance improvement (even though we probably won't see it
-// in this program).
-#define WIN32_LEAN_AND_MEAN
-
-#pragma comment(linker,"/RELEASE")
-#pragma comment(linker,"/FILEALIGN:0x200")
-
-#endif
-
-//==============================================================================
-//
-// Summary : aggresively optimise the binary for size
-//
-// Description : uses various linker switches to decrease the size of the
-// binary
-//
-//==============================================================================
-
-#endif
\ No newline at end of file |