Changeset 14909


Ignore:
Timestamp:
2007-12-12T09:39:26+13:00 (16 years ago)
Author:
davidb
Message:

Standardisation of Windows config file to lowercase (included from this source file). Was causing a problem when trying to compile on Unix filesystem mounted under Windows.

Location:
gsdl/trunk/lib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/lib/corbaconv_text_t.mpp

    r8222 r14909  
    5555#ifdef HAVE_CONFIG_H
    5656# ifdef __WIN32__
    57 #  include "WIN32cfg.h"
     57#  include "win32cfg.h"
    5858# else
    5959#  include "mico/config.h"
  • gsdl/trunk/lib/gsdlconf.h

    r11517 r14909  
    2828#define GSDLCONF_H
    2929
    30 #define GSDL_VERSION "x.xx"
     30#define GSDL_VERSION "svn-video"
    3131
    3232#if defined(__WIN32__) || defined(_WIN32) || defined(_WIN32_) || defined(WIN32)
  • gsdl/trunk/lib/text_t.cpp

    r14342 r14909  
    4242#ifdef HAVE_CONFIG_H
    4343# ifdef __WIN32__
    44 #  include "WIN32cfg.h"
     44#  include "win32cfg.h"
    4545# else
    4646#  include "config.h"
Note: See TracChangeset for help on using the changeset viewer.