Changeset 21350 for trunk/include


Ignore:
Timestamp:
Jan 26, 2010, 5:13:13 PM (16 years ago)
Author:
abwillis
Message:
 
Location:
trunk/include
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin32.dbg.vac36.mk

    r9876 r21350  
    4444IMPLIBFLAGS      = /nologo
    4545ILIBFLAGS        = /nofree /quiet /nologo /noignorecase
    46 RCFLAGS          = -s -I. -I$(CPPMAIN)\include -D__WIN32OS2__
     46RCFLAGS          = -s -I. -I$(CXXMAIN)\include -D__WIN32OS2__
    4747!ifdef WRC_PREFIX_RESOURCE
    4848RCFLAGS          = $(RCFLAGS) -p $(TARGET)
  • trunk/include/odin32.profile.vac36.mk

    r9876 r21350  
    5757IMPLIBFLAGS      = /nologo
    5858ILIBFLAGS        = /quiet /nologo /noignorecase
    59 RCFLAGS          = -s -I. -I$(CPPMAIN)\include -D__WIN32OS2__
     59RCFLAGS          = -s -I. -I$(CXXMAIN)\include -D__WIN32OS2__
    6060!ifdef WRC_PREFIX_RESOURCE
    6161RCFLAGS          = $(RCFLAGS) -p $(TARGET)
  • trunk/include/odin32.rel.vac36.mk

    r9876 r21350  
    4343IMPLIBFLAGS      = /nologo
    4444ILIBFLAGS        = /nofree /quiet /nologo /noignorecase
    45 RCFLAGS          = -s -I. -I$(CPPMAIN)\include -D__WIN32OS2__
     45RCFLAGS          = -s -I. -I$(CXXMAIN)\include -D__WIN32OS2__
    4646!ifdef WRC_PREFIX_RESOURCE
    4747RCFLAGS          = $(RCFLAGS) -p $(TARGET)
  • trunk/include/os2sel.h

    r10004 r21350  
    3535#endif
    3636
     37#ifndef __WATCOMC__
    3738#ifdef  __EMX__
    3839static inline unsigned short GetFS(void)
     
    6970int            _System CheckCurFS(void);
    7071#endif
     72#endif
    7173
    7274 
Note: See TracChangeset for help on using the changeset viewer.