Changeset 480 in dev for trunk/ab5.0/abdev/ProjectEditor/NonVolatile.cpp
- 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/NonVolatile.cpp
r475 r480 444 444 445 445 //インクルードディレクトリ 446 if(!GetStringValue("IncludeDir",szIncludeDir)) lstrcpy(szIncludeDir,". .\\Include\\");446 if(!GetStringValue("IncludeDir",szIncludeDir)) lstrcpy(szIncludeDir,".\\ablib\\src"); 447 447 448 448 HeapDefaultFree(buffer); … … 550 550 551 551 //インクルードディレクトリ 552 lstrcpy(szIncludeDir,". .\\Include\\");552 lstrcpy(szIncludeDir,".\\ablib\\src"); 553 553 554 554 //ウィンドウ位置、サイズ
Note:
See TracChangeset
for help on using the changeset viewer.