Changeset 229 for trunk/contrib
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Location:
- trunk/contrib/extractor
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/contrib/extractor/VC71_ad.vcproj
r2 r229 53 53 RuntimeLibrary="1" 54 54 UsePrecompiledHeader="0" 55 PrecompiledHeaderFile=" c:\windows\temp/ad.pch"56 AssemblerListingLocation=" c:\windows\temp/"57 ObjectFile=" c:\windows\temp/"58 ProgramDataBaseFileName=" c:\windows\temp/"55 PrecompiledHeaderFile="$(IntDir)ad.pch" 56 AssemblerListingLocation="$(IntDir)\" 57 ObjectFile="$(IntDir)\" 58 ProgramDataBaseFileName="$(IntDir)\" 59 59 BrowseInformation="1" 60 60 WarningLevel="3" … … 150 150 RuntimeLibrary="0" 151 151 UsePrecompiledHeader="0" 152 PrecompiledHeaderFile=" c:\windows\temp/ad.pch"153 AssemblerListingLocation=" c:\windows\temp/"154 ObjectFile=" c:\windows\temp/"155 ProgramDataBaseFileName=" c:\windows\temp/"152 PrecompiledHeaderFile="$(IntDir)ad.pch" 153 AssemblerListingLocation="$(IntDir)\" 154 ObjectFile="$(IntDir)\" 155 ProgramDataBaseFileName="$(IntDir)\" 156 156 WarningLevel="3" 157 157 SuppressStartupBanner="true" -
trunk/contrib/extractor/VC80_ad.vcproj
r2 r229 55 55 RuntimeLibrary="1" 56 56 UsePrecompiledHeader="0" 57 PrecompiledHeaderFile="c:\windows\temp/ad.pch" 58 AssemblerListingLocation="c:\windows\temp/" 59 ObjectFile="c:\windows\temp/" 60 ProgramDataBaseFileName="c:\windows\temp/" 57 PrecompiledHeaderFile="$(IntDir)ad.pch" 58 AssemblerListingLocation="$(IntDir)\" 59 ObjectFile="$(IntDir)\" 60 ProgramDataBaseFileName="$(IntDir)\" 61 XMLDocumentationFileName="$(IntDir)\" 61 62 BrowseInformation="1" 62 63 WarningLevel="3" … … 81 82 LinkIncremental="1" 82 83 SuppressStartupBanner="true" 83 AdditionalLibraryDirectories="./debug /"84 AdditionalLibraryDirectories="./debug" 84 85 IgnoreDefaultLibraryNames="LIBCD.lib" 85 86 GenerateDebugInformation="true" … … 154 155 UsePrecompiledHeader="0" 155 156 PrecompiledHeaderFile="c:\windows\temp/ad.pch" 156 AssemblerListingLocation="c:\windows\temp/" 157 ObjectFile="c:\windows\temp/" 158 ProgramDataBaseFileName="c:\windows\temp/" 157 AssemblerListingLocation="$(IntDir)\" 158 ObjectFile="$(IntDir)\" 159 ProgramDataBaseFileName="$(IntDir)\" 160 XMLDocumentationFileName="$(IntDir)\" 159 161 WarningLevel="3" 160 162 SuppressStartupBanner="true" … … 177 179 LinkIncremental="1" 178 180 SuppressStartupBanner="true" 179 AdditionalLibraryDirectories="./release /"181 AdditionalLibraryDirectories="./release" 180 182 IgnoreDefaultLibraryNames="LIBC.lib" 181 183 ProgramDatabaseFile="./ad.pdb" -
trunk/contrib/extractor/VC90_ad.vcproj
r2 r229 5 5 Name="ad" 6 6 ProjectGUID="{D7552D4F-408F-4F8E-859B-366659150CF4}" 7 RootNamespace="ad" 7 8 TargetFrameworkVersion="131072" 8 9 > … … 54 55 RuntimeLibrary="1" 55 56 UsePrecompiledHeader="0" 56 PrecompiledHeaderFile="c:\windows\temp/ad.pch" 57 AssemblerListingLocation="c:\windows\temp/" 58 ObjectFile="c:\windows\temp/" 59 ProgramDataBaseFileName="c:\windows\temp/" 57 PrecompiledHeaderFile="$(IntDir)ad.pch" 58 AssemblerListingLocation="$(IntDir)\" 59 ObjectFile="$(IntDir)\" 60 ProgramDataBaseFileName="$(IntDir)\" 61 XMLDocumentationFileName="$(IntDir)\" 60 62 BrowseInformation="1" 63 BrowseInformationFile="$(IntDir)" 61 64 WarningLevel="3" 62 65 SuppressStartupBanner="true" … … 150 153 RuntimeLibrary="0" 151 154 UsePrecompiledHeader="0" 152 PrecompiledHeaderFile="c:\windows\temp/ad.pch" 153 AssemblerListingLocation="c:\windows\temp/" 154 ObjectFile="c:\windows\temp/" 155 ProgramDataBaseFileName="c:\windows\temp/" 155 PrecompiledHeaderFile="$(IntDir)ad.pch" 156 AssemblerListingLocation="$(IntDir)\" 157 ObjectFile="$(IntDir)\" 158 ProgramDataBaseFileName="$(IntDir)\" 159 XMLDocumentationFileName="$(IntDir)\" 156 160 WarningLevel="3" 157 161 SuppressStartupBanner="true"