Ignore:
Timestamp:
Jun 9, 1999, 5:22:27 PM (26 years ago)
Author:
phaller
Message:

Fix: source splitup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/makefile

    r46 r77  
    1919TARGET = shell32
    2020
    21 OBJS =  shell32.obj initterm.obj
     21OBJS =  shell32.obj sh.obj she.obj drag.obj initterm.obj
    2222
    2323all: $(TARGET).dll $(TARGET).lib
     
    3838
    3939shell32.obj: shell32.cpp shell32.h
     40
     41drag.obj: drag.cpp shell32.h
     42
     43sh.obj: sh.cpp shell32.h
     44
     45she.obj: she.cpp shell32.h
     46
    4047initterm.obj: initterm.cpp
     48
    4149
    4250clean:
Note: See TracChangeset for help on using the changeset viewer.