Boost logo

Boost-Commit :

From: xushiweizh_at_[hidden]
Date: 2008-07-24 23:20:34


Author: xushiwei
Date: 2008-07-24 23:20:34 EDT (Thu, 24 Jul 2008)
New Revision: 47779
URL: http://svn.boost.org/trac/boost/changeset/47779

Log:
dsp
Added:
   sandbox/memory/libs/memory/src/stdafx.cpp
      - copied unchanged from r47778, /sandbox/memory/libs/memory/stdafx.cpp
   sandbox/memory/libs/memory/src/stdafx.h
      - copied unchanged from r47590, /sandbox/memory/libs/memory/stdafx.h
Removed:
   sandbox/memory/libs/memory/stdafx.cpp
   sandbox/memory/libs/memory/stdafx.h
Text files modified:
   sandbox/memory/libs/memory/build/vc6.dsp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/memory/libs/memory/build/vc6.dsp
==============================================================================
--- sandbox/memory/libs/memory/build/vc6.dsp (original)
+++ sandbox/memory/libs/memory/build/vc6.dsp 2008-07-24 23:20:34 EDT (Thu, 24 Jul 2008)
@@ -137,12 +137,12 @@
 # PROP Default_Filter ""
 # Begin Source File
 
-SOURCE=..\build.def
+SOURCE=.\build.def
 # End Source File
 # Begin Source File
 
-SOURCE=..\stdafx.cpp
-# ADD CPP /Yc"stdafx.h"
+SOURCE=..\src\stdafx.cpp
+# ADD CPP /Yc"..\src\stdafx.h"
 # End Source File
 # End Group
 # End Target

Deleted: sandbox/memory/libs/memory/stdafx.cpp
==============================================================================
--- sandbox/memory/libs/memory/stdafx.cpp 2008-07-24 23:20:34 EDT (Thu, 24 Jul 2008)
+++ (empty file)
@@ -1,8 +0,0 @@
-// stdafx.cpp : source file that includes just the standard includes
-// memory.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

Deleted: sandbox/memory/libs/memory/stdafx.h
==============================================================================
--- sandbox/memory/libs/memory/stdafx.h 2008-07-24 23:20:34 EDT (Thu, 24 Jul 2008)
+++ (empty file)
@@ -1,24 +0,0 @@
-// stdafx.h : include file for standard system include files,
-// or project specific include files that are used frequently, but
-// are changed infrequently
-//
-
-#if !defined(AFX_STDAFX_H__3B50CB3B_9820_4D90_980F_D4AFDBFCFF20__INCLUDED_)
-#define AFX_STDAFX_H__3B50CB3B_9820_4D90_980F_D4AFDBFCFF20__INCLUDED_
-
-#if _MSC_VER > 1000
-#pragma once
-#endif // _MSC_VER > 1000
-
-
-// Insert your headers here
-#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
-
-#include <boost/memory/basic.hpp>
-
-// TODO: reference additional headers your program requires here
-
-//{{AFX_INSERT_LOCATION}}
-// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
-#endif // !defined(AFX_STDAFX_H__3B50CB3B_9820_4D90_980F_D4AFDBFCFF20__INCLUDED_)


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk