diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:55:14 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:55:14 +0200 |
commit | 222024f07e505617aec93dc4837be2be27d18856 (patch) | |
tree | c40f400baa6cf1d047205359f80c2b8f74a2b507 /FreeFileSync - Unicode.cbp | |
parent | 1.12 (diff) | |
download | FreeFileSync-222024f07e505617aec93dc4837be2be27d18856.tar.gz FreeFileSync-222024f07e505617aec93dc4837be2be27d18856.tar.bz2 FreeFileSync-222024f07e505617aec93dc4837be2be27d18856.zip |
1.13
Diffstat (limited to 'FreeFileSync - Unicode.cbp')
-rw-r--r-- | FreeFileSync - Unicode.cbp | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/FreeFileSync - Unicode.cbp b/FreeFileSync - Unicode.cbp index 640c289f..7b47c0e2 100644 --- a/FreeFileSync - Unicode.cbp +++ b/FreeFileSync - Unicode.cbp @@ -107,7 +107,6 @@ <Add library="libodbc32.a" /> <Add directory="C:\Programme\C++\wxWidgets\lib\gcc_lib" /> </Linker> - <Unit filename="FreeFileSync.cpp" /> <Unit filename="FreeFileSync.h"> <Option target="Debug" /> <Option target="Release" /> @@ -116,6 +115,8 @@ <Option target="Debug" /> <Option target="Release" /> </Unit> + <Unit filename="algorithm.cpp" /> + <Unit filename="algorithm.h" /> <Unit filename="application.cpp"> <Option target="Debug" /> <Option target="Release" /> @@ -124,6 +125,11 @@ <Option target="Debug" /> <Option target="Release" /> </Unit> + <Unit filename="comparison.cpp" /> + <Unit filename="comparison.h"> + <Option target="Debug" /> + <Option target="Release" /> + </Unit> <Unit filename="library\customGrid.cpp"> <Option target="Debug" /> <Option target="Release" /> @@ -132,6 +138,8 @@ <Option target="Debug" /> <Option target="Release" /> </Unit> + <Unit filename="library\fileHandling.cpp" /> + <Unit filename="library\fileHandling.h" /> <Unit filename="library\globalFunctions.cpp" /> <Unit filename="library\globalFunctions.h"> <Option target="Debug" /> @@ -204,6 +212,11 @@ <Option target="Debug" /> <Option target="Release" /> </Unit> + <Unit filename="synchronization.cpp" /> + <Unit filename="synchronization.h"> + <Option target="Debug" /> + <Option target="Release" /> + </Unit> <Unit filename="ui\guiGenerated.cpp"> <Option target="Debug" /> <Option target="Release" /> |