Ignore:
Timestamp:
Oct 11, 1999, 10:17:11 PM (26 years ago)
Author:
sandervl
Message:

Added version info, compile resource with wrc (shell about fixed), call Wine dll entrypoint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/makefile

    r1214 r1252  
    1 # $Id: makefile,v 1.12 1999-10-09 11:13:19 sandervl Exp $
     1# $Id: makefile,v 1.13 1999-10-11 20:17:10 sandervl Exp $
    22
    33#
     
    2020
    2121
     22RC = wrc
     23RCFLAGS = -s -I. -If:\ibmcpp\include -I$(PDWIN32_INCLUDE) -I$(PDWIN32_INCLUDE)\win
     24
    2225TARGET = shell32
    2326
     
    2932        shellord.obj shellpath.obj shv_bg_cmenu.obj \
    3033        shlfolder.obj shlview.obj shell.obj unknown.obj misc.obj \
    31         she.obj sh.obj
     34        she.obj sh.obj resource.obj
    3235
    3336all: $(TARGET).dll $(TARGET).lib
     
    5154        $(IMPDEF) $** $@
    5255
     56resource.asm: shres.rc
     57    $(RC) $(RCFLAGS) -o resource.asm shres.rc
     58
     59resource.obj: resource.asm
    5360
    5461
Note: See TracChangeset for help on using the changeset viewer.