summaryrefslogblamecommitdiffstats
path: root/private/sdktools/editreg/sources
blob: e0362d90d20a5f016d7ebd89b76156e25805f332 (plain) (tree)










































                                                                           
!IF 0

Copyright (c) 1989  Microsoft Corporation

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

    Steve Wood (stevewo) 12-Apr-1990

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=sdktools
MINORCOMP=editreg

TARGETNAME=supp
TARGETPATH=obj
TARGETTYPE=LIBRARY

TARGETLIBS=editreg.obj
        
INCLUDES= ..\..\ntos\config;..\..\ntos\inc

SOURCES= \
        editreg.c

C_DEFINES=$(C_DEFINES) -DTRACE
UMTYPE=console
UMAPPL=editreg
UMLIBS=$(BASEDIR)\public\sdk\lib\*\diskreg.lib \
       $(BASEDIR)\public\sdk\lib\*\ntdll.lib