Ignore:
Timestamp:
Jan 6, 2000, 9:10:07 PM (26 years ago)
Author:
sandervl
Message:

VerQueryValue32A and merged with latest Wine sources (991212)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/version/makefile

    r971 r2347  
    1 # $Id: makefile,v 1.8 1999-09-18 15:56:27 sandervl Exp $
     1# $Id: makefile,v 1.9 2000-01-06 20:10:07 sandervl Exp $
    22
    33#
     
    2222TARGET = version
    2323
    24 OBJS =  version.obj initterm.obj
     24OBJS =  version.obj initterm.obj install.obj info.obj
    2525
    2626all: $(TARGET).dll $(TARGET).lib
     
    3131              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
    3232              $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \
     33              $(PDWIN32_LIB)/crtdll.lib \
    3334              $(PDWIN32_LIB)/lz32.lib OS2386.LIB $(RTLLIB_O)
    3435        $(CP) $@ $(PDWIN32_BIN)
     
    4546version.obj: version.cpp
    4647initterm.obj: initterm.cpp
    47 
     48install.obj: install.c
     49info.obj: info.c
    4850
    4951clean:
    50         $(RM) *.obj *.lib *.dll *~ *.map *.pch 
     52        $(RM) *.obj *.lib *.dll *.map *.pch     
    5153        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    5254        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note: See TracChangeset for help on using the changeset viewer.