Changeset 750 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp
- Timestamp:
- Sep 24, 2008, 2:02:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp
r734 r750 222 222 ActiveBasic::Common::Environment::SetRemoveExternalMark( true ); 223 223 224 BOOST_FOREACH( const std::string &filePath, compiler.staticLibraryFilePaths )224 foreach( const std::string &filePath, compiler.staticLibraryFilePaths ) 225 225 { 226 226 Jenga::Common::Path path( filePath );
Note:
See TracChangeset
for help on using the changeset viewer.