Ignore:
Timestamp:
Oct 24, 1999, 1:01:19 AM (26 years ago)
Author:
sandervl
Message:

Fixed compilation for all files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dsound/makefile

    r1411 r1421  
    1 # $Id: makefile,v 1.7 1999-10-23 12:35:14 sandervl Exp $
     1# $Id: makefile,v 1.8 1999-10-23 23:00:50 sandervl Exp $
    22
    33#
     
    2121TARGET = dsound
    2222
    23 #OBJS =  dsound.obj os2dsound.obj initterm.obj misc.obj os2sndbuffer.obj
    24 OBJS =  dsound.obj initterm.obj
     23OBJS =  dsound.obj os2dsound.obj initterm.obj misc.obj os2sndbuffer.obj
     24#OBJS =  dsound.obj initterm.obj
    2525
    2626all: $(TARGET).dll $(TARGET).lib
     
    5454    os2dsound.h
    5555
    56 misc.obj: misc.c \
     56misc.obj: misc.cpp \
    5757          $(PDWIN32_INCLUDE)\misc.h
    5858
     
    6161
    6262clean:
    63         $(RM) *.obj *.lib *.dll *~ *.map *.pch
     63        $(RM) *.obj *.lib *.dll *.map *.pch
    6464        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    6565        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note: See TracChangeset for help on using the changeset viewer.