[Cmap-cvs] cmap parserImpl.h,1.1,1.2 object.h,1.1,1.2 cmap.dsp,1.8,1.9
Status: Beta
Brought to you by:
dyp
From: Denis P. <dy...@us...> - 2005-02-05 12:12:49
|
Update of /cvsroot/cmap/cmap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18748 Modified Files: parserImpl.h object.h cmap.dsp Log Message: Fix compilation with the latest MS SDK. Index: parserImpl.h =================================================================== RCS file: /cvsroot/cmap/cmap/parserImpl.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- parserImpl.h 31 Oct 2004 09:06:40 -0000 1.1 +++ parserImpl.h 5 Feb 2005 12:12:27 -0000 1.2 @@ -1,7 +1,7 @@ #ifndef __CMAP_PARSERIMPL_H__ #define __CMAP_PARSERIMPL_H__ -#include "parser.h" +#include <eval/parser.h> #include "IngitFile.h" class ConfigParserImpl : public ConfigParser { Index: object.h =================================================================== RCS file: /cvsroot/cmap/cmap/object.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- object.h 31 Oct 2004 09:06:39 -0000 1.1 +++ object.h 5 Feb 2005 12:12:27 -0000 1.2 @@ -1,7 +1,7 @@ #ifndef __OBJECT_H__ #define __OBJECT_H__ -#include "evalImpl.h" +#include <eval/evalImpl.h> class ObjectConfImpl : public ObjectConf { public: Index: cmap.dsp =================================================================== RCS file: /cvsroot/cmap/cmap/cmap.dsp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- cmap.dsp 31 Oct 2004 09:06:39 -0000 1.8 +++ cmap.dsp 5 Feb 2005 12:12:27 -0000 1.9 @@ -41,7 +41,7 @@ # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD BASE RSC /l 0x419 /d "NDEBUG" # ADD RSC /l 0x419 /d "NDEBUG" BSC32=bscmake.exe |