Ignore:
Timestamp:
2009-06-22T13:52:35+12:00 (15 years ago)
Author:
kjdon
Message:

making common-src compile independently of gsdl or gs2build (for gs3) so modified makefiles to look for things in common-src dir rather than one level up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/src/lib/gsdlconf.h

    r19205 r19875  
    3737
    3838#if defined(__WIN32__) && !defined(__CYGWIN__)
    39 #include "../../../win32cfg.h"
     39#include "../../win32cfg.h"
    4040#else
    41 #include "../../../config.h"
     41#include "../../config.h"
    4242#endif
    4343
Note: See TracChangeset for help on using the changeset viewer.