[wpdev-commits] wolfpack wolfpack.sln,1.1,1.2 wolfpack.vcproj,1.37,1.38
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-22 19:39:20
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15659 Modified Files: wolfpack.sln wolfpack.vcproj Log Message: Updated the project Index: wolfpack.vcproj =================================================================== RCS file: /cvsroot/wpdev/wolfpack/wolfpack.vcproj,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** wolfpack.vcproj 22 Jul 2004 13:38:32 -0000 1.37 --- wolfpack.vcproj 22 Jul 2004 19:39:11 -0000 1.38 *************** *** 107,110 **** --- 107,189 ---- <Tool Name="VCLinkerTool" + AdditionalDependencies="qt-mt331.lib ws2_32.lib comctl32.lib python23.lib wininet.lib imagehlp.lib libmysql.lib" + OutputFile="../wolfpack.exe" + LinkIncremental="1" + SuppressStartupBanner="TRUE" + AdditionalLibraryDirectories="C:\MySQL\lib\opt" + IgnoreAllDefaultLibraries="FALSE" + GenerateDebugInformation="TRUE" + GenerateMapFile="TRUE" + MapFileName="$(OUTDIR)\wolfpack.map" + MapExports="TRUE" + MapLines="TRUE" + SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" + OptimizeForWindows98="1" + SetChecksum="TRUE" + SupportUnloadOfDelayLoadedDLL="FALSE" + MergeSections="" + TargetMachine="1" + FixedBaseAddress="2"/> + <Tool + Name="VCMIDLTool"/> + <Tool + Name="VCPostBuildEventTool"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + </Configuration> + <Configuration + Name="Web-Release|Win32" + OutputDirectory="$(ConfigurationName)" + IntermediateDirectory="$(ConfigurationName)" + ConfigurationType="1" + CharacterSet="2" + WholeProgramOptimization="FALSE"> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/GR" + Optimization="3" + GlobalOptimizations="TRUE" + InlineFunctionExpansion="1" + EnableIntrinsicFunctions="FALSE" + FavorSizeOrSpeed="2" + OptimizeForProcessor="0" + OptimizeForWindowsApplication="TRUE" + AdditionalIncludeDirectories="sqlite;"D:\coding\STLport-5.0-0125\stlport";D:\coding\msvcrt\include;qt;C:\MySQL\include" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;QT_THREAD_SUPPORT;QT_LITE_COMPONENT;QT_DLL;QT_NO_STL;QT_NO_COMPRESS;CRASHHANDLER;MYSQL_DRIVER" + StringPooling="TRUE" + MinimalRebuild="FALSE" + BasicRuntimeChecks="0" + RuntimeLibrary="2" + StructMemberAlignment="3" + BufferSecurityCheck="FALSE" + EnableFunctionLevelLinking="FALSE" + EnableEnhancedInstructionSet="0" + ForceConformanceInForLoopScope="TRUE" + RuntimeTypeInfo="TRUE" + UsePrecompiledHeader="0" + BrowseInformation="1" + WarningLevel="0" + Detect64BitPortabilityProblems="FALSE" + DebugInformationFormat="3"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" AdditionalDependencies="qt-mt331.lib ws2_32.lib comctl32.lib msvcrt.lib python23.lib wininet.lib imagehlp.lib libmysql.lib" OutputFile="../wolfpack.exe" *************** *** 325,328 **** --- 404,413 ---- ObjectFile="$(IntDir)/$(InputName)1.obj"/> </FileConfiguration> + <FileConfiguration + Name="Web-Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> </File> <File *************** *** 776,779 **** --- 861,869 ---- Name="VCCustomBuildTool"/> </FileConfiguration> + <FileConfiguration + Name="Web-Release|Win32"> + <Tool + Name="VCCustomBuildTool"/> + </FileConfiguration> </File> <File *************** *** 784,787 **** --- 874,882 ---- Name="VCCustomBuildTool"/> </FileConfiguration> + <FileConfiguration + Name="Web-Release|Win32"> + <Tool + Name="VCCustomBuildTool"/> + </FileConfiguration> </File> <File *************** *** 802,805 **** --- 897,906 ---- ObjectFile="$(IntDir)/$(InputName)1.obj"/> </FileConfiguration> + <FileConfiguration + Name="Web-Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> </File> </Filter> *************** *** 831,837 **** --- 932,956 ---- Name="VCCustomBuildTool"/> </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCustomBuildTool"/> + </FileConfiguration> </File> <File RelativePath=".\sehprolg.obj"> + <FileConfiguration + Name="Debug|Win32" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCustomBuildTool"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCustomBuildTool"/> + </FileConfiguration> </File> </Files> Index: wolfpack.sln =================================================================== RCS file: /cvsroot/wpdev/wolfpack/wolfpack.sln,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wolfpack.sln 21 Nov 2003 11:59:56 -0000 1.1 --- wolfpack.sln 22 Jul 2004 19:39:11 -0000 1.2 *************** *** 8,11 **** --- 8,12 ---- Debug = Debug Release = Release + Web-Release = Web-Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution *************** *** 14,17 **** --- 15,20 ---- {766437DE-37EB-400E-BF08-4AB9B529C83D}.Release.ActiveCfg = Release|Win32 {766437DE-37EB-400E-BF08-4AB9B529C83D}.Release.Build.0 = Release|Win32 + {766437DE-37EB-400E-BF08-4AB9B529C83D}.Web-Release.ActiveCfg = Web-Release|Win32 + {766437DE-37EB-400E-BF08-4AB9B529C83D}.Web-Release.Build.0 = Web-Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution |