]> granicus.if.org Git - icinga2/commitdiff
Build ExternalCommand class on Windows (even though it's currently unused).
authorGunnar Beutner <gunnar@beutner.name>
Thu, 24 Jan 2013 19:53:42 +0000 (20:53 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Thu, 24 Jan 2013 19:53:42 +0000 (20:53 +0100)
lib/icinga/icinga.vcxproj
lib/icinga/icinga.vcxproj.filters

index 7f073559d096037837e97a6e9586a08c720a56f6..6ee43a2cdc270cd6d7d76db0c5eb5a09458ff29d 100644 (file)
@@ -20,6 +20,7 @@
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="cib.cpp" />
+    <ClCompile Include="externalcommand.cpp" />
     <ClCompile Include="host.cpp" />
     <ClCompile Include="hostgroup.cpp" />
     <ClCompile Include="i2-icinga.cpp">
@@ -39,6 +40,7 @@
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="cib.h" />
+    <ClInclude Include="externalcommand.h" />
     <ClInclude Include="host.h" />
     <ClInclude Include="hostgroup.h" />
     <ClInclude Include="i2-icinga.h" />
index 73df5d7d5cf9d8ae1f30e40d42d6678f54849a05..6775eca2ffd71d6632bc27a928cc1561e2a7601a 100644 (file)
@@ -37,6 +37,9 @@
     <ClCompile Include="timeperiod.cpp">
       <Filter>Quelldateien</Filter>
     </ClCompile>
+    <ClCompile Include="externalcommand.cpp">
+      <Filter>Quelldateien</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="i2-icinga.h">
@@ -75,6 +78,9 @@
     <ClInclude Include="timeperiod.h">
       <Filter>Headerdateien</Filter>
     </ClInclude>
+    <ClInclude Include="externalcommand.h">
+      <Filter>Headerdateien</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <Filter Include="Headerdateien">