git-svn-id: https://svn.code.sf.net/p/freetel/code@497 01035d8c-6547-0410-b346-abe4f9...
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 26 May 2012 13:26:01 +0000 (13:26 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 26 May 2012 13:26:01 +0000 (13:26 +0000)
fdmdv2/fdmdv2.txt [new file with mode: 0644]
fdmdv2/fdmdv2dll/stdafx.cpp [new file with mode: 0644]
fdmdv2/fdmdv2dll/stdafx.h [new file with mode: 0644]
fdmdv2/fdmdv2dll/targetver.h [new file with mode: 0644]

diff --git a/fdmdv2/fdmdv2.txt b/fdmdv2/fdmdv2.txt
new file mode 100644 (file)
index 0000000..132b227
--- /dev/null
@@ -0,0 +1 @@
+./Release/topFrame.o ./Release/dlg_about.o ./Release/dlg_audio.o ./Release/dlg_options.o ./Release/dlg_comports.o ./Release/fdmdv2_plot.o ./Release/fdmdv2_main.o  \r
diff --git a/fdmdv2/fdmdv2dll/stdafx.cpp b/fdmdv2/fdmdv2dll/stdafx.cpp
new file mode 100644 (file)
index 0000000..c47a01c
--- /dev/null
@@ -0,0 +1,8 @@
+// stdafx.cpp : source file that includes just the standard includes\r
+// win32-project.pch will be the pre-compiled header\r
+// stdafx.obj will contain the pre-compiled type information\r
+\r
+#include "stdafx.h"\r
+\r
+// TODO: reference any additional headers you need in STDAFX.H\r
+// and not in this file\r
diff --git a/fdmdv2/fdmdv2dll/stdafx.h b/fdmdv2/fdmdv2dll/stdafx.h
new file mode 100644 (file)
index 0000000..677e68a
--- /dev/null
@@ -0,0 +1,16 @@
+// stdafx.h : include file for standard system include files,\r
+// or project specific include files that are used frequently, but\r
+// are changed infrequently\r
+//\r
+\r
+#pragma once\r
+\r
+#include "targetver.h"\r
+\r
+#define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers\r
+// Windows Header Files:\r
+#include <windows.h>\r
+\r
+\r
+\r
+// TODO: reference additional headers your program requires here\r
diff --git a/fdmdv2/fdmdv2dll/targetver.h b/fdmdv2/fdmdv2dll/targetver.h
new file mode 100644 (file)
index 0000000..90e767b
--- /dev/null
@@ -0,0 +1,8 @@
+#pragma once\r
+\r
+// Including SDKDDKVer.h defines the highest available Windows platform.\r
+\r
+// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and\r
+// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.\r
+\r
+#include <SDKDDKVer.h>\r