summaryrefslogtreecommitdiff
path: root/FreeFileSync - Unicode.cbp
diff options
context:
space:
mode:
Diffstat (limited to 'FreeFileSync - Unicode.cbp')
-rw-r--r--FreeFileSync - Unicode.cbp15
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" />
bgstack15