From: <ny...@us...> - 2006-07-28 14:41:39
|
Revision: 140 Author: nyaochi Date: 2006-07-28 07:41:33 -0700 (Fri, 28 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=140&view=rev Log Message: ----------- Commit revision 138 again to the trunk. It's strange to see revision 134, which was also directed to branch_0.12, has already been included in the trunk though... ViewCVS Links: ------------- http://svn.sourceforge.net/pmplib/?rev=138&view=rev http://svn.sourceforge.net/pmplib/?rev=134&view=rev Modified Paths: -------------- trunk/lib/playlist/playlist.vcproj Modified: trunk/lib/playlist/playlist.vcproj =================================================================== --- trunk/lib/playlist/playlist.vcproj 2006-07-28 03:53:05 UTC (rev 139) +++ trunk/lib/playlist/playlist.vcproj 2006-07-28 14:41:33 UTC (rev 140) @@ -20,7 +20,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(SolutionDir)include,.\contrib\js" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PLAYLIST_EXPORTS;XP_WIN" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PLAYLIST_EXPORTS;XP_WIN;HAVE_JSAPI_H" MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -70,7 +70,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="$(SolutionDir)include,.\contrib\js" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLAYLIST_EXPORTS;XP_WIN" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLAYLIST_EXPORTS;XP_WIN;HAVE_JSAPI_H" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |