Changeset 30593 for lang/cplusplus

Show
Ignore:
Timestamp:
02/27/09 20:39:44 (4 years ago)
Author:
saturday06
Message:

guha....................

Location:
lang/cplusplus/i3/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/i3/trunk/Makefile.am

    r30560 r30593  
    5757include am/i3_test_debug.am 
    5858include am/mol_test_debug.am 
     59include am/fakecygpty.am 
    5960 
    6061if ENABLE_DEBUG 
     
    6970        cd ${top_distdir} && sh ${abs_top_srcdir}/scripts/clean_distdir.sh 
    7071 
    71 if WITH_CYGWIN 
    72 # fakecygpty.exe 
    73 include am/fakecygpty.am 
    74 endif 
    75  
    7672# copy locale file for windows 
    7773windows-locale: 
  • lang/cplusplus/i3/trunk/src/mol/include/mol/os-windows/PrecompiledHeaders.h

    r30248 r30593  
    1212#include <windows.h> 
    1313#define BOOL WINBOOL 
    14 #elif !defined(__CYGWIN__) 
     14#endif 
     15 
     16#ifdef __CYGWIN__ 
     17#ifndef _T 
     18#define _T TEXT 
     19#endif 
     20#else 
    1521#include <winsock2.h> 
    16 #include <windows.h> 
     22#include <tchar.h> 
    1723#endif 
    1824 
     
    2834#include <uxtheme.h> 
    2935 
    30 #ifdef __CYGWIN__ 
    31 #ifndef _T 
    32 #define _T TEXT 
    33 #endif 
    34 #else 
    35 #include <tchar.h> 
    36 #endif 
    37  
    3836#ifndef __GNUC__ 
    3937#include <pdh.h>