o2on svn commit
o2on-****@lists*****
2008年 3月 16日 (日) 20:17:57 JST
Revision: 56 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=o2on&view=rev&rev=56 Author: k-uehara Date: 2008-03-16 20:17:56 +0900 (Sun, 16 Mar 2008) Log Message: ----------- ãã«ãã«éãã¦æ´ç zlibãã¤ã³ã¯ã«ã¼ããã¹ã«è¿½å <time.h>ã®ã¤ã³ã¯ã«ã¼ã mzpã®èª¬æã追å Modified Paths: -------------- branches/PRE_0043/o2on/doc/build.txt branches/PRE_0043/o2on/doc/history.txt branches/PRE_0043/o2on/src.o2on/O2DatDB.cpp branches/PRE_0043/o2on/src.o2on/O2IMDB.cpp branches/PRE_0043/o2on/src.o2on/o2on.vcproj Modified: branches/PRE_0043/o2on/doc/build.txt =================================================================== --- branches/PRE_0043/o2on/doc/build.txt 2008-03-16 06:07:27 UTC (rev 55) +++ branches/PRE_0043/o2on/doc/build.txt 2008-03-16 11:17:56 UTC (rev 56) @@ -8,6 +8,7 @@ EXerces-C++ 2.8.0 ESQLite 3.5.6 EUPX 3.02 +EMiniZip Ver0.02c @@ -106,7 +107,6 @@ +-o2on +-cryptopp +-zlib -EfBNgðCN[ht@CÉÇÁ ------------------------------------------------------------------------------ @@ -152,6 +152,7 @@ +-cryptopp +-zlib +-sqlite + ------------------------------------------------------------------------------ UPX 3.02 ------------------------------------------------------------------------------ @@ -164,3 +165,17 @@ +-zlib +-sqlite +-upx.exe + +------------------------------------------------------------------------------ + MiniZip Ver0.02c +------------------------------------------------------------------------------ +http://hp.vector.co.jp/authors/VA022275/lab/mzp.html +mzp002c.zipð_E[h + +Emzp002c.zipàÌmzp.exeðo2onƯ¶KwÉÚ® + +-o2on + +-cryptopp + +-zlib + +-sqlite + +-upx.exe + +-mzp.exe \ No newline at end of file Modified: branches/PRE_0043/o2on/doc/history.txt =================================================================== --- branches/PRE_0043/o2on/doc/history.txt 2008-03-16 06:07:27 UTC (rev 55) +++ branches/PRE_0043/o2on/doc/history.txt 2008-03-16 11:17:56 UTC (rev 56) @@ -6,9 +6,9 @@ - Xerces-C++ 2.8.0 - SQLite 3.5.6 * oOtBbNX -UPnPÜíè -datÌHTMLÏ· -õNGªÁ¦ÄµÜ¤ +EUPnPÜíè +EdatÌHTMLÏ· +EõNGªÁ¦ÄµÜ¤ v0.02¿ (build 0042) 2007/06/26 EgCACRÌ`bvÉóM¬xð\¦ Modified: branches/PRE_0043/o2on/src.o2on/O2DatDB.cpp =================================================================== --- branches/PRE_0043/o2on/src.o2on/O2DatDB.cpp 2008-03-16 06:07:27 UTC (rev 55) +++ branches/PRE_0043/o2on/src.o2on/O2DatDB.cpp 2008-03-16 11:17:56 UTC (rev 56) @@ -14,6 +14,7 @@ #include <process.h> #include "dataconv.h" #include "stopwatch.h" +#include <time.h> #define UPDATE_THREAD_INTERVAL_S 15 Modified: branches/PRE_0043/o2on/src.o2on/O2IMDB.cpp =================================================================== --- branches/PRE_0043/o2on/src.o2on/O2IMDB.cpp 2008-03-16 06:07:27 UTC (rev 55) +++ branches/PRE_0043/o2on/src.o2on/O2IMDB.cpp 2008-03-16 11:17:56 UTC (rev 56) @@ -14,6 +14,7 @@ #include "dataconv.h" #include <sys/types.h> #include <sys/stat.h> +#include <time.h> #define MODULE L"IMDB" #define MIN_RECORDS 1 Modified: branches/PRE_0043/o2on/src.o2on/o2on.vcproj =================================================================== --- branches/PRE_0043/o2on/src.o2on/o2on.vcproj 2008-03-16 06:07:27 UTC (rev 55) +++ branches/PRE_0043/o2on/src.o2on/o2on.vcproj 2008-03-16 11:17:56 UTC (rev 56) @@ -33,7 +33,7 @@ /> <Tool Name="VCCustomBuildTool" - CommandLine="cd ..
rmdir /s /q stage\$(PlatformName)
mkdir stage
mkdir stage\$(PlatformName)
mkdir stage\$(PlatformName)\admin
mkdir stage\$(PlatformName)\conf
copy build\$(PlatformName).$(ConfigurationName)\o2on.exe stage\$(PlatformName)
..\upx -9 stage\$(PlatformName)\$(TargetFileName)
copy doc\readme.txt stage\$(PlatformName)
copy doc\license.txt stage\$(PlatformName)
xcopy admin stage\$(PlatformName)\admin /s /e
copy conf\2channel.brd stage\$(PlatformName)\conf\2channel.brd.default
cd stage\$(PlatformName)
del ..\..\archives\$(TargetName)_$(PlatformName).zip
..\..\..\mzp.exe -r ..\..\archives\$(TargetName)_$(PlatformName).zip *.*
cd ..\..
rmdir /s /q stage\src
mkdir stage\src
mkdir stage\src\src.o2on
mkdir stage\src\admin
mkdir stage\src\resource
mkdir stage\src\doc
copy $(SolutionFileName) stage\src
copy $(ProjectDir)\*.vcproj stage\src\src.$(ProjectName)
copy $(ProjectDir)\*.cpp stage\src\src.$(ProjectName)
copy $(ProjectDir)\*.h stage\src\src.$(ProjectName)
copy $(ProjectDir)\*.rc stage\src\src.$(ProjectName)
copy $(ProjectDir)\*.manifest stage\src\src.$(ProjectName)
xcopy admin stage\src\admin /s /e
xcopy resource stage\src\resource /s /e
xcopy doc stage\src\doc /s /e
cd stage\src
del ..\..\archives\$(TargetName)-src.zip
..\..\..\mzp.exe -r ..\..\archives\$(TargetName)-src.zip *.*
" + CommandLine="cd ..
rmdir /s /q stage\$(PlatformName)
mkdir stage
mkdir stage\$(PlatformName)
mkdir stage\$(PlatformName)\admin
mkdir stage\$(PlatformName)\conf
mkdir archives
copy build\$(PlatformName).$(ConfigurationName)\o2on.exe stage\$(PlatformName)
..\upx -9 stage\$(PlatformName)\$(TargetFileName)
copy doc\readme.txt stage\$(PlatformName)
copy doc\license.txt stage\$(PlatformName)
xcopy admin stage\$(PlatformName)\admin /s /e
copy conf\2channel.brd stage\$(PlatformName)\conf\2channel.brd.default
cd stage\$(PlatformName)
del ..\..\archives\$(TargetName)_$(PlatformName).zip
..\..\..\mzp.exe -r ..\..\archives\$(TargetName)_$(PlatformName).zip *.*
cd ..\..
rmdir /s /q stage\src
mkdir stage\src
mkdir stage\src\src.o2on
mkdir stage\src\admin
mkdir stage\src\resource
mkdir stage\src\doc
copy $(SolutionFileName) stage\src
copy $(ProjectDir)\*.vcproj stage\src\src.$(ProjectName)
copy $(ProjectDir)\*.cpp stage\src\src.$(ProjectName)
copy $(ProjectDir)\*.h stage\src\src.$(ProjectName)
copy $(ProjectDir)\*.rc stage\src\src.$(ProjectName)
copy $(ProjectDir)\*.manifest stage\src\src.$(ProjectName)
xcopy admin stage\src\admin /s /e
xcopy resource stage\src\resource /s /e
xcopy doc stage\src\doc /s /e
cd stage\src
del ..\..\archives\$(TargetName)-src.zip
..\..\..\mzp.exe -r ..\..\archives\$(TargetName)-src.zip *.*
" AdditionalDependencies="" Outputs="..\stage\$(PlatformName)\$(TargetFileName)" /> @@ -60,7 +60,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" WholeProgramOptimization="true" - AdditionalIncludeDirectories="..\..\sqlite" + AdditionalIncludeDirectories="..\..\sqlite;..\..\zlib" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;PROJ_SAX2;XML_LIBRARY" StringPooling="false" RuntimeLibrary="0" @@ -166,7 +166,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="..\..\sqlite" + AdditionalIncludeDirectories="..\..\sqlite;..\..\zlib" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;XML_LIBRARY" MinimalRebuild="true" BasicRuntimeChecks="3"