diff options
| author | George Hazan <ghazan@miranda.im> | 2020-06-18 13:40:10 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-06-18 13:40:16 +0300 |
| commit | b9772d9e844693c5270b27bc20e013b18ff0dfd1 (patch) | |
| tree | 0ef1b096570af117a63a215990c1cbc0ec5f57c9 /src/core/stdaway/stdaway.vcxproj | |
| parent | 9f5e4ae49d35bb503decce730d141d55ec9f165a (diff) | |
StdAway:
- all remaining dialogs -> UI classes;
- options extracted to the separate module;
- code reordering;
Diffstat (limited to 'src/core/stdaway/stdaway.vcxproj')
| -rw-r--r-- | src/core/stdaway/stdaway.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdaway/stdaway.vcxproj b/src/core/stdaway/stdaway.vcxproj index 7aeb8cd70d..9316ee1efe 100644 --- a/src/core/stdaway/stdaway.vcxproj +++ b/src/core/stdaway/stdaway.vcxproj @@ -28,6 +28,7 @@ <ItemGroup>
<ClCompile Include="src\awaymsg.cpp" />
<ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\options.cpp" />
<ClCompile Include="src\sendmsg.cpp" />
<ClCompile Include="src\stdafx.cxx">
<PrecompiledHeader>Create</PrecompiledHeader>
|
