Changeset 169 for trunk/src


Ignore:
Timestamp:
Jun 24, 1999, 12:19:05 AM (26 years ago)
Author:
phaller
Message:

Fix: source files split

Location:
trunk/src/shell32
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/makefile

    r168 r169  
    1 # $Id: makefile,v 1.5 1999-06-23 22:17:51 phaller Exp $
     1# $Id: makefile,v 1.6 1999-06-23 22:19:05 phaller Exp $
    22
    33#
     
    2121TARGET = shell32
    2222
    23 OBJS =  shell32.obj sh.obj she.obj drag.obj initterm.obj misc.obj ordinal.obj
     23OBJS =  shell32.obj sh.obj she.obj drag.obj initterm.obj misc.obj ordinal.obj unknown.obj
    2424
    2525all: $(TARGET).dll $(TARGET).lib
     
    5151ordinal.obj: ordinal.cpp shell32.h
    5252
     53unknown.obj: unknown.cpp shell32.h
     54
    5355initterm.obj: initterm.cpp
    5456
Note: See TracChangeset for help on using the changeset viewer.