diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-17 20:18:40 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-17 20:18:40 +0000 |
| commit | 81b7aa657110db03ceb861d8206fc6e805ede9c8 (patch) | |
| tree | 8437f5ce65de3e27e5e02196711bd770aa86b7f5 /src/win32.rc.cmake | |
| parent | fd45a3ad4219bffcf2f68fcc1dce3ff33b531b89 (diff) | |
Massive cleanup of the CMakeLists.txt files to finalize them.
Edited configuration scripts for *nix and Windows to use CMake as well as support both in-source and out-of-source builds.
Changed directory structure for *nix to match Windows to remove some conditionals in both CMake and Anope itself.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1841 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/win32.rc.cmake')
| -rw-r--r-- | src/win32.rc.cmake | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/win32.rc.cmake b/src/win32.rc.cmake index c428ea2f0..7ec5025e1 100644 --- a/src/win32.rc.cmake +++ b/src/win32.rc.cmake @@ -37,7 +37,11 @@ VER_ANOPE VERSIONINFO #ifndef MINGW FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #endif - FILEFLAGS @FILEFLAGS@ +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0x0L +#endif FILEOS VOS_NT FILETYPE VFT_APP FILESUBTYPE 0x0L |
