Changeset 10222 for trunk/src/winmm


Ignore:
Timestamp:
Aug 8, 2003, 5:55:34 PM (22 years ago)
Author:
sandervl
Message:

Update for libwrap

Location:
trunk/src/winmm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/mcicda/makefile

    r4740 r10222  
    1 # $Id: makefile,v 1.6 2000-12-03 10:15:01 sandervl Exp $
     1# $Id: makefile,v 1.7 2003-08-08 15:54:57 sandervl Exp $
    22
    33#
     
    3131$(ODIN32_LIB)/kernel32.lib \
    3232$(ODIN32_LIB)/user32.lib \
     33$(ODIN32_LIB)/libwrap.lib \
    3334$(ODIN32_LIB)/winmm.lib \
    3435$(ODIN32_LIB)/$(ODINCRT).lib \
  • trunk/src/winmm/winmm.mak

    r8477 r10222  
    1 # $Id: winmm.mak,v 1.11 2002-05-23 13:50:16 sandervl Exp $
     1# $Id: winmm.mak,v 1.12 2003-08-08 15:54:57 sandervl Exp $
    22
    33#
     
    6767LIBS = \
    6868$(ODIN32_LIB)/kernel32.lib \
     69$(ODIN32_LIB)/libwrap.lib \
    6970$(ODIN32_LIB)/user32.lib \
    7071$(ODIN32_LIB)/$(ODINCRT).lib \
Note: See TracChangeset for help on using the changeset viewer.