Changeset 6407


Ignore:
Timestamp:
Jul 30, 2001, 10:18:18 AM (24 years ago)
Author:
sandervl
Message:

updates

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin32.post.emx.mk

    r6104 r6407  
    1 # $Id: odin32.post.emx.mk,v 1.11 2001-06-25 23:17:17 bird Exp $
     1# $Id: odin32.post.emx.mk,v 1.12 2001-07-30 08:18:01 sandervl Exp $
    22
    33#
     
    384384!ifndef LIBTARGET
    385385!ifndef NOTEXPDEF
     386!ifdef NOINTERNALFUNCTIONS
     387$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
     388    $(IMPDEF) -I:20000 $** $@
     389!else
    386390$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
    387391    $(IMPDEF) $** $@
     392!endif
    388393!endif
    389394!endif
  • trunk/include/odin32.post.vac3.mk

    r5947 r6407  
    1 # $Id: odin32.post.vac3.mk,v 1.13 2001-06-10 02:12:42 bird Exp $
     1# $Id: odin32.post.vac3.mk,v 1.14 2001-07-30 08:18:01 sandervl Exp $
    22
    33#
     
    380380!ifndef LIBTARGET
    381381!ifndef NOTEXPDEF
     382!ifdef NOINTERNALFUNCTIONS
     383$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
     384    $(IMPDEF) -I:20000 $** $@
     385!else
    382386$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
    383387    $(IMPDEF) $** $@
     388!endif
    384389!endif
    385390!endif
  • trunk/include/odin32.post.wat.mk

    r5331 r6407  
    1 # $Id: odin32.post.wat.mk,v 1.12 2001-03-19 18:56:56 mike Exp $
     1# $Id: odin32.post.wat.mk,v 1.13 2001-07-30 08:18:01 sandervl Exp $
    22
    33#
     
    372372!ifndef LIBTARGET
    373373!ifndef NOTEXPDEF
     374!ifdef NOINTERNALFUNCTIONS
     375$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
     376    $(IMPDEF) -I:20000 $[@ $@
     377!else
    374378$(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
    375379    $(IMPDEF) $[@ $@
     380!endif
    376381!endif
    377382!endif
  • trunk/src/custombuild/initterm.cpp

    r6401 r6407  
    134134                return 0UL;
    135135
     136         SetCustomBuildName("VERSION.DLL");       
     137         if(RegisterLxDll(hModule, NULL, (PVOID)NULL) == 0)
     138            return 0UL;
     139
    136140         SetCustomBuildName("WSOCK32.DLL");
    137141         rc = inittermWsock32(hModule, ulFlag);
  • trunk/src/custombuild/makefile

    r6374 r6407  
    1 # $Id: makefile,v 1.1 2001-07-20 15:41:43 sandervl Exp $
     1# $Id: makefile,v 1.2 2001-07-30 08:18:18 sandervl Exp $
    22
    33#
     
    66#       gdi32.dll makefile
    77#
    8 
     8NOINTERNALFUNCTIONS=1
    99
    1010#
     
    2020CDEFINES    = $(CDEFINES_ODINCRT)
    2121IMPLIBFLAGS = $(IMPLIBFLAGS) /NOIgnoreCase
     22
    2223
    2324#
     
    7071!include $(ODIN32_POST_INC)
    7172
     73
  • trunk/src/custombuild/xxodin32.def

    r6401 r6407  
    1 ; $Id: xxodin32.def,v 1.2 2001-07-29 19:02:35 sandervl Exp $
     1; $Id: xxodin32.def,v 1.3 2001-07-30 08:18:18 sandervl Exp $
    22
    33LIBRARY XXODIN32 INITINSTANCE
     
    966966    TrackPopupMenu             = _TrackPopupMenu@28          @1541
    967967    TrackPopupMenuEx           = _TrackPopupMenuEx@24        @1542
    968     TranslateAccelerator       = _TranslateAcceleratorA@12   @1543
    969     TranslateAcceleratorA      = _TranslateAcceleratorA@12   @1544
    970     TranslateAcceleratorW      = _TranslateAcceleratorA@12   @2145 ; the same
     968    TranslateAccelerator       = _TranslateAccelerator@12    @1543
     969    TranslateAcceleratorA      = _TranslateAccelerator@12    @1544
     970    TranslateAcceleratorW      = _TranslateAccelerator@12    @2145 ; the same
    971971    TranslateMDISysAccel       = _TranslateMDISysAccel@8     @1546
    972972    TranslateMessage           = _TranslateMessage@4         @1547
     
    10001000    keybd_event                = _keybd_event@16             @1575
    10011001    mouse_event                = _mouse_event@20             @1576
    1002     wsprintfA                  = _wsprintfA                   @1577
    1003     wsprintfW                  = _wsprintfW                   @1578
     1002    wsprintfA                  = _wsprintfA                  @1577
     1003    wsprintfW                  = _wsprintfW                  @1578
    10041004    wvsprintfA                 = _wvsprintfA@12              @1579
    10051005    wvsprintfW                 = _wvsprintfW@12              @1580
Note: See TracChangeset for help on using the changeset viewer.