Changeset 639 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp
- Timestamp:
- Jun 12, 2008, 11:30:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp
r636 r639 202 202 } 203 203 204 ActiveBasic::Common::Environment::SetRemoveExternalMark( true ); 205 204 206 BOOST_FOREACH( const std::string &filePath, compiler.staticLibraryFilePaths ) 205 207 { … … 225 227 } 226 228 229 ActiveBasic::Common::Environment::SetRemoveExternalMark( false ); 230 227 231 if( !isSuccessfulLoadStaticLinkLibrary ) 228 232 {
Note:
See TracChangeset
for help on using the changeset viewer.