Changeset 307 for AE/Installer/trunk
- Timestamp:
- May 2, 2009, 6:55:16 PM (16 years ago)
- Location:
- AE/Installer/trunk/source
- Files:
-
- 5 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/subs.cpp
r306 r307 27 27 #include <errno.h> 28 28 #ifdef WIN32 29 #include "Include\dirent.h"29 // #include "Include\dirent.h" 30 30 #include <windows.h> 31 31 static const string Onisplit = "Onisplit.exe"; … … 67 67 packages.reserve(65536); //comeon, we shouldn't need this much space...right?! 68 68 fstream file; 69 #ifdef DEBUG 70 #ifdef WIN32 71 string path = ".\\packages"; //only for my build. :P 72 _chdir(path.c_str()); 73 74 _chdir(".."); 75 cout << path; 76 #else 77 string path = "K:\\Oni\\edition\\install\\packages"; //change this, 'scen. 78 #endif 79 #else 80 string path = "."; 81 #endif 69 82 70 83 71 string filename = "\0";
Note:
See TracChangeset
for help on using the changeset viewer.