Changeset 6407
- Timestamp:
 - Jul 30, 2001, 10:18:18 AM (24 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 6 edited
 
- 
          
  include/odin32.post.emx.mk (modified) (2 diffs)
 - 
          
  include/odin32.post.vac3.mk (modified) (2 diffs)
 - 
          
  include/odin32.post.wat.mk (modified) (2 diffs)
 - 
          
  src/custombuild/initterm.cpp (modified) (1 diff)
 - 
          
  src/custombuild/makefile (modified) (4 diffs)
 - 
          
  src/custombuild/xxodin32.def (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/odin32.post.emx.mk
r6104 r6407 1 # $Id: odin32.post.emx.mk,v 1.1 1 2001-06-25 23:17:17 birdExp $1 # $Id: odin32.post.emx.mk,v 1.12 2001-07-30 08:18:01 sandervl Exp $ 2 2 3 3 # … … 384 384 !ifndef LIBTARGET 385 385 !ifndef NOTEXPDEF 386 !ifdef NOINTERNALFUNCTIONS 387 $(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE) 388 $(IMPDEF) -I:20000 $** $@ 389 !else 386 390 $(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE) 387 391 $(IMPDEF) $** $@ 392 !endif 388 393 !endif 389 394 !endif  - 
      
trunk/include/odin32.post.vac3.mk
r5947 r6407 1 # $Id: odin32.post.vac3.mk,v 1.1 3 2001-06-10 02:12:42 birdExp $1 # $Id: odin32.post.vac3.mk,v 1.14 2001-07-30 08:18:01 sandervl Exp $ 2 2 3 3 # … … 380 380 !ifndef LIBTARGET 381 381 !ifndef NOTEXPDEF 382 !ifdef NOINTERNALFUNCTIONS 383 $(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE) 384 $(IMPDEF) -I:20000 $** $@ 385 !else 382 386 $(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE) 383 387 $(IMPDEF) $** $@ 388 !endif 384 389 !endif 385 390 !endif  - 
      
trunk/include/odin32.post.wat.mk
r5331 r6407 1 # $Id: odin32.post.wat.mk,v 1.1 2 2001-03-19 18:56:56 mikeExp $1 # $Id: odin32.post.wat.mk,v 1.13 2001-07-30 08:18:01 sandervl Exp $ 2 2 3 3 # … … 372 372 !ifndef LIBTARGET 373 373 !ifndef NOTEXPDEF 374 !ifdef NOINTERNALFUNCTIONS 375 $(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE) 376 $(IMPDEF) -I:20000 $[@ $@ 377 !else 374 378 $(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE) 375 379 $(IMPDEF) $[@ $@ 380 !endif 376 381 !endif 377 382 !endif  - 
      
trunk/src/custombuild/initterm.cpp
r6401 r6407 134 134 return 0UL; 135 135 136 SetCustomBuildName("VERSION.DLL"); 137 if(RegisterLxDll(hModule, NULL, (PVOID)NULL) == 0) 138 return 0UL; 139 136 140 SetCustomBuildName("WSOCK32.DLL"); 137 141 rc = inittermWsock32(hModule, ulFlag);  - 
      
trunk/src/custombuild/makefile
r6374 r6407 1 # $Id: makefile,v 1. 1 2001-07-20 15:41:43sandervl Exp $1 # $Id: makefile,v 1.2 2001-07-30 08:18:18 sandervl Exp $ 2 2 3 3 # … … 6 6 # gdi32.dll makefile 7 7 # 8 8 NOINTERNALFUNCTIONS=1 9 9 10 10 # … … 20 20 CDEFINES = $(CDEFINES_ODINCRT) 21 21 IMPLIBFLAGS = $(IMPLIBFLAGS) /NOIgnoreCase 22 22 23 23 24 # … … 70 71 !include $(ODIN32_POST_INC) 71 72 73  - 
      
trunk/src/custombuild/xxodin32.def
r6401 r6407 1 ; $Id: xxodin32.def,v 1. 2 2001-07-29 19:02:35sandervl Exp $1 ; $Id: xxodin32.def,v 1.3 2001-07-30 08:18:18 sandervl Exp $ 2 2 3 3 LIBRARY XXODIN32 INITINSTANCE … … 966 966 TrackPopupMenu = _TrackPopupMenu@28 @1541 967 967 TrackPopupMenuEx = _TrackPopupMenuEx@24 @1542 968 TranslateAccelerator = _TranslateAccelerator A@12@1543969 TranslateAcceleratorA = _TranslateAccelerator A@12@1544970 TranslateAcceleratorW = _TranslateAccelerator A@12@2145 ; the same968 TranslateAccelerator = _TranslateAccelerator@12 @1543 969 TranslateAcceleratorA = _TranslateAccelerator@12 @1544 970 TranslateAcceleratorW = _TranslateAccelerator@12 @2145 ; the same 971 971 TranslateMDISysAccel = _TranslateMDISysAccel@8 @1546 972 972 TranslateMessage = _TranslateMessage@4 @1547 … … 1000 1000 keybd_event = _keybd_event@16 @1575 1001 1001 mouse_event = _mouse_event@20 @1576 1002 wsprintfA = _wsprintfA @15771003 wsprintfW = _wsprintfW @15781002 wsprintfA = _wsprintfA @1577 1003 wsprintfW = _wsprintfW @1578 1004 1004 wvsprintfA = _wvsprintfA@12 @1579 1005 1005 wvsprintfW = _wvsprintfW@12 @1580  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  