Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7769 in orxonox.OLD for branches/osx/src/lib


Ignore:
Timestamp:
May 23, 2006, 12:45:40 PM (18 years ago)
Author:
ponder
Message:

If QT-frameworks ( macosx ) are present, the library directories for QT_LIB are also returned correctly.
Added pck-config to handle macosx-specific stuff. Maybe we could use if throughout the configure.ac?
Removed direct.h from the util/file.cc includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/osx/src/lib/util/file.cc

    r7674 r7769  
    2323#include <fstream>
    2424
    25 #ifdef __unix__
     25#ifdef __unix__ 
    2626#include <unistd.h>
    2727#elif __WIN32__ || _MS_DOS_
    2828#include <dir.h>
    2929#else
    30 #include <direct.h>
     30//#include <direct.h>
    3131#endif
    3232
Note: See TracChangeset for help on using the changeset viewer.