Ignore:
Timestamp:
Dec 19, 1999, 8:53:37 PM (26 years ago)
Author:
sandervl
Message:

Moved Service apis into separate sourcefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/advapi32/makefile

    r1894 r2143  
    1 # $Id: makefile,v 1.14 1999-11-30 19:41:07 sandervl Exp $
     1# $Id: makefile,v 1.15 1999-12-19 19:53:36 sandervl Exp $
    22
    33#
     
    2121TARGET = advapi32
    2222
    23 OBJS =  advapi32.obj initterm.obj registry.obj lsa.obj security.obj
     23OBJS =  advapi32.obj initterm.obj registry.obj lsa.obj security.obj service.obj
    2424
    2525
     
    4646lsa.obj:      lsa.cpp $(PDWIN32_INCLUDE)\odinwrap.h
    4747initterm.obj: initterm.cpp
     48service.obj:  service.cpp
    4849
    4950clean:
Note: See TracChangeset for help on using the changeset viewer.