Changeset 480 in dev for trunk/ab5.0/abdev/ProjectEditor/ProjectEditor.vcproj
- Timestamp:
- Apr 6, 2008, 10:03:28 PM (17 years ago)
- Location:
- trunk/ab5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0
- Property svn:externals
-
old new 4 4 abdev/build/debug/system http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/system 5 5 abdev/build/debug/theme http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/theme 6 abdev/build/release/ablib http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/ablib 7 abdev/build/release/runtime http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/runtime 8 abdev/build/release/system http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/system 9 abdev/build/release/theme http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/theme 6 abdev/build/release http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0
-
- Property svn:externals
-
trunk/ab5.0/abdev/ProjectEditor/ProjectEditor.vcproj
r477 r480 52 52 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;.\include" 53 53 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;JPN;THETEXT;WINVER=0x0501;_WIN32_WINNT=0x0501" 54 StringPooling=" true"54 StringPooling="false" 55 55 RuntimeLibrary="0" 56 EnableFunctionLevelLinking=" true"56 EnableFunctionLevelLinking="false" 57 57 UsePrecompiledHeader="2" 58 58 PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch" … … 63 63 WarningLevel="3" 64 64 SuppressStartupBanner="true" 65 DebugInformationFormat="3" 65 66 /> 66 67 <Tool … … 357 358 WarningLevel="3" 358 359 SuppressStartupBanner="true" 359 DebugInformationFormat=" 4"360 DebugInformationFormat="3" 360 361 /> 361 362 <Tool
Note:
See TracChangeset
for help on using the changeset viewer.