summaryrefslogtreecommitdiff
path: root/CDAL/stdafx.cpp
diff options
context:
space:
mode:
authorSrimanta Panda <srimanta.panda@stericsson.com>2011-10-13 10:17:16 +0200
committerSrimanta Panda <srimanta.panda@stericsson.com>2011-10-13 10:27:32 +0200
commit7b1ae2029ad33a38e1e718a33e2879325b389332 (patch)
treea86e4cb793dff0147649c5731b46981ac701fed5 /CDAL/stdafx.cpp
parentfac26f795cf96ec624a3a334ba9b78ea2d86811d (diff)
Added Windows Support
RIFF will be supported for the Windows platform. It requires libusb-win32 library to build it.
Diffstat (limited to 'CDAL/stdafx.cpp')
-rw-r--r--CDAL/stdafx.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/CDAL/stdafx.cpp b/CDAL/stdafx.cpp
new file mode 100644
index 0000000..169b1ed
--- /dev/null
+++ b/CDAL/stdafx.cpp
@@ -0,0 +1,13 @@
+/*
+ * stdafx.cpp
+ *
+ * Copyright (C) ST-Ericsson SA 2011
+ * Authors: Srimanta Panda <srimanta.panda@stericsson.com>,
+ * Ola Borgelin <ola.borgelin@stericsson.com>,
+ * Karin Hedlund <karin.hedlund@stericsson.com>,
+ * Markus Andersson <markus.m.andersson@stericsson.com> for ST-Ericsson.
+ * License terms: 3-clause BSD license
+ *
+ */
+
+#include "stdafx.h"