Changeset 21350 for trunk/include
- Timestamp:
- Jan 26, 2010, 5:13:13 PM (16 years ago)
- Location:
- trunk/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin32.dbg.vac36.mk
r9876 r21350 44 44 IMPLIBFLAGS = /nologo 45 45 ILIBFLAGS = /nofree /quiet /nologo /noignorecase 46 RCFLAGS = -s -I. -I$(C PPMAIN)\include -D__WIN32OS2__46 RCFLAGS = -s -I. -I$(CXXMAIN)\include -D__WIN32OS2__ 47 47 !ifdef WRC_PREFIX_RESOURCE 48 48 RCFLAGS = $(RCFLAGS) -p $(TARGET) -
trunk/include/odin32.profile.vac36.mk
r9876 r21350 57 57 IMPLIBFLAGS = /nologo 58 58 ILIBFLAGS = /quiet /nologo /noignorecase 59 RCFLAGS = -s -I. -I$(C PPMAIN)\include -D__WIN32OS2__59 RCFLAGS = -s -I. -I$(CXXMAIN)\include -D__WIN32OS2__ 60 60 !ifdef WRC_PREFIX_RESOURCE 61 61 RCFLAGS = $(RCFLAGS) -p $(TARGET) -
trunk/include/odin32.rel.vac36.mk
r9876 r21350 43 43 IMPLIBFLAGS = /nologo 44 44 ILIBFLAGS = /nofree /quiet /nologo /noignorecase 45 RCFLAGS = -s -I. -I$(C PPMAIN)\include -D__WIN32OS2__45 RCFLAGS = -s -I. -I$(CXXMAIN)\include -D__WIN32OS2__ 46 46 !ifdef WRC_PREFIX_RESOURCE 47 47 RCFLAGS = $(RCFLAGS) -p $(TARGET) -
trunk/include/os2sel.h
r10004 r21350 35 35 #endif 36 36 37 #ifndef __WATCOMC__ 37 38 #ifdef __EMX__ 38 39 static inline unsigned short GetFS(void) … … 69 70 int _System CheckCurFS(void); 70 71 #endif 72 #endif 71 73 72 74
Note:
See TracChangeset
for help on using the changeset viewer.