diff options
author | fcolin | 2007-02-01 13:12:11 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:12:11 +0000 |
commit | b50ba09468a05f69c81d4e818175ee5b0fa1d430 (patch) | |
tree | f112b329c218181192c3e910b970a0b79e78e653 /IvyProbe | |
parent | ce2737168ce16effbe3d2c18b56ced6ff7bccedc (diff) | |
download | ivy-cplusplus-b50ba09468a05f69c81d4e818175ee5b0fa1d430.zip ivy-cplusplus-b50ba09468a05f69c81d4e818175ee5b0fa1d430.tar.gz ivy-cplusplus-b50ba09468a05f69c81d4e818175ee5b0fa1d430.tar.bz2 ivy-cplusplus-b50ba09468a05f69c81d4e818175ee5b0fa1d430.tar.xz |
Utilisateur : Fcolin Date : 18/12/98 Heure : 18:48 Créé (vss 1)
Diffstat (limited to 'IvyProbe')
-rw-r--r-- | IvyProbe/StdAfx.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/IvyProbe/StdAfx.cpp b/IvyProbe/StdAfx.cpp new file mode 100644 index 0000000..4b53d91 --- /dev/null +++ b/IvyProbe/StdAfx.cpp @@ -0,0 +1,6 @@ +// stdafx.cpp : source file that includes just the standard includes
+// Test.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
|