]> git.sesse.net Git - casparcg/blobdiff - shell/main.cpp
2.0.0.2:
[casparcg] / shell / main.cpp
similarity index 89%
rename from core/main.cpp
rename to shell/main.cpp
index 730bba10880e16dfa4e5c46bfd89e8cabaf11708..04eee18eae23c90ee3867f67ae76a6188d6b5e59 100644 (file)
@@ -18,7 +18,7 @@
 *\r
 */\r
 \r
-#include "StdAfx.h"\r
+#include <Windows.h>\r
 \r
 #include <tbb/tbbmalloc_proxy.h>\r
 #include <tbb/task_scheduler_observer.h>\r
 \r
 #include <conio.h>\r
 \r
-#include "server.h"\r
-#include "protocol/amcp/AMCPProtocolStrategy.h"\r
-#include "../common/exception/win32_exception.h"\r
+#include <core/config.h>\r
+#include <core/server.h>\r
+#include <core/protocol/amcp/AMCPProtocolStrategy.h>\r
+#include <common/exception/win32_exception.h>\r
+#include <common/exception/exceptions.h>\r
+#include <common/log/log.h>\r
 \r
 using namespace caspar;\r
 using namespace caspar::core;\r
@@ -50,7 +53,7 @@ public:
        } \r
 };\r
  \r
-int _tmain(int argc, _TCHAR* argv[])\r
+int main(int argc, wchar_t* argv[])\r
 {\r
        std::wstringstream str;\r
        str << "CasparCG " << CASPAR_VERSION_STR << " " << CASPAR_VERSION_TAG;\r