Changeset 2650 for trunk/src/dinput


Ignore:
Timestamp:
Feb 5, 2000, 3:19:44 AM (26 years ago)
Author:
sandervl
Message:

Added version resource

Location:
trunk/src/dinput
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dinput/makefile

    r2526 r2650  
    1 # $Id: makefile,v 1.2 2000-01-26 23:19:54 sandervl Exp $
     1# $Id: makefile,v 1.3 2000-02-05 01:56:38 sandervl Exp $
    22
    33#
     
    2222TARGET = dinput
    2323
    24 OBJS =  dinput.obj initterm.obj oslibinput.obj dinputguid.obj
     24OBJS =  dinput.obj oslibinput.obj dinputguid.obj resource.obj $(PDWIN32_LIB)/dllentry.obj
    2525
    2626all: $(TARGET).dll $(TARGET).lib
     
    2929$(TARGET).dll: $(OBJS) $(TARGET).def
    3030        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    31               $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
     31              $(PDWIN32_LIB)/kernel32.lib \
    3232              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) \
    33               $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/ole32.lib
     33              $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/ole32.lib 
    3434        $(CP) $@ $(PDWIN32_BIN)
    3535
     
    4242        $(IMPDEF) $** $@
    4343
     44resource.asm: $(TARGET).rc
     45    $(RC) $(RCFLAGS) -o resource.asm $(TARGET).rc
    4446
    45 initterm.obj: initterm.cpp oslibinput.h
     47resource.obj: resource.asm
     48
     49
    4650dinput.obj:   dinput.cpp oslibinput.h
    4751oslibinput.obj: oslibinput.cpp oslibinput.h $(PDWIN32_INCLUDE)\winkeyboard.h
Note: See TracChangeset for help on using the changeset viewer.