diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:58:10 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:58:10 +0200 |
commit | fefe20351d0720683990b666584b6879c90bd37d (patch) | |
tree | 8ab90520ae2123ac84293b0f9cec006317e5fc01 /FreeFileSync.cbp | |
parent | 1.18 (diff) | |
download | FreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.tar.gz FreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.tar.bz2 FreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.zip |
1.19
Diffstat (limited to 'FreeFileSync.cbp')
-rw-r--r-- | FreeFileSync.cbp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/FreeFileSync.cbp b/FreeFileSync.cbp index c3b5640f..42cb6edb 100644 --- a/FreeFileSync.cbp +++ b/FreeFileSync.cbp @@ -77,6 +77,7 @@ </Target> </Build> <Compiler> + <Add option="-Wredundant-decls" /> <Add option="-Wall" /> <Add option="-pipe" /> <Add option="-mthreads" /> @@ -105,11 +106,6 @@ <Add library="libws2_32.a" /> <Add directory="C:\Programme\C++\wxWidgets\lib\gcc_lib" /> </Linker> - <Unit filename="structures.cpp" /> - <Unit filename="structures.h"> - <Option target="Debug" /> - <Option target="Release" /> - </Unit> <Unit filename="WxWizFrame.fbp"> <Option target="Debug" /> <Option target="Release" /> @@ -228,6 +224,11 @@ <Option target="Debug" /> <Option target="Release" /> </Unit> + <Unit filename="structures.cpp" /> + <Unit filename="structures.h"> + <Option target="Debug" /> + <Option target="Release" /> + </Unit> <Unit filename="synchronization.cpp" /> <Unit filename="synchronization.h"> <Option target="Debug" /> |