Changeset 526 for AE/Installer
- Timestamp:
- May 23, 2010, 12:07:58 AM (15 years ago)
- Location:
- AE/Installer/trunk/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/installer.cpp
r516 r526 736 736 } 737 737 } 738 BSLfolders.push_back( dir_itr->path().filename() ); //add back check for addon 739 BSLlog << "Pushing " << dir_itr->path().filename() << "\n" ; 738 if( !pkg.hasAddon ) { 739 BSLfolders.push_back( dir_itr->path().filename() ); //add back check for addon 740 BSLlog << "Pushing " << dir_itr->path().filename() << "\n" ; 741 } 740 742 } 741 743 } -
AE/Installer/trunk/source/main_window.cpp
r516 r526 51 51 // Variable declarations 52 52 #ifdef WIN32 53 bool splitInstances = true;53 bool splitInstances = false; 54 54 string strImportOption = "-import:nosep"; 55 55 string strOniSplit = "Onisplit.exe";
Note:
See TracChangeset
for help on using the changeset viewer.