From 14f110c78ff059f7874576a0f15b376f77a491e4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 14 Apr 2019 17:59:51 +0300 Subject: unified project for Sametime --- protocols/Sametime/src/StdAfx.cpp | 8 -------- protocols/Sametime/src/StdAfx.cxx | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 protocols/Sametime/src/StdAfx.cpp create mode 100644 protocols/Sametime/src/StdAfx.cxx (limited to 'protocols/Sametime/src') diff --git a/protocols/Sametime/src/StdAfx.cpp b/protocols/Sametime/src/StdAfx.cpp deleted file mode 100644 index 287357e7a4..0000000000 --- a/protocols/Sametime/src/StdAfx.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// sametime.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "StdAfx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/protocols/Sametime/src/StdAfx.cxx b/protocols/Sametime/src/StdAfx.cxx new file mode 100644 index 0000000000..883e7cc0da --- /dev/null +++ b/protocols/Sametime/src/StdAfx.cxx @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes +// sametime.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "StdAfx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file -- cgit v1.2.3