Ignore:
Timestamp:
May 2, 2009, 6:55:16 PM (16 years ago)
Author:
gumby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/subs.cpp

    r306 r307  
    2727#include <errno.h>
    2828#ifdef WIN32
    29         #include "Include\dirent.h"
     29//      #include "Include\dirent.h"
    3030        #include <windows.h>
    3131        static const string Onisplit = "Onisplit.exe";
     
    6767        packages.reserve(65536); //comeon, we shouldn't need this much space...right?!
    6868        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
    8270
    8371        string filename = "\0";
Note: See TracChangeset for help on using the changeset viewer.