!IF 0

Copyright (c) 1989-1991 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.


History:
    Created 27-Sep-94 by Bob Day (bobday)
    from template created 12-Apr-1990 by Steve Wood (stevewo)

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

!ENDIF

INDENTED_DIRECTIVES=1

MAJORCOMP=filesync
MINORCOMP=linkinfo

NTTARGETFILE0=doit

# Make warnings equivalent to errors

!IFNDEF MSC_WARNING_LEVEL
MSC_WARNING_LEVEL=/W3
!ENDIF
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX

TARGETNAME=linkinfo
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
DLLENTRY=LibMain
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
           $(BASEDIR)\public\sdk\lib\*\user32.lib \
           $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
           $(BASEDIR)\public\sdk\lib\*\mpr.lib

USE_LIBCNTPR=1

C_DEFINES=-DWINNT -DPRIVATE_HEAP -DEXPV -DUNICODE

CONDITIONAL_INCLUDES=\
        linkinfo.rcv

INCLUDES=.;\
         ..\core;\
         ..\..\inc; \
         ..\..\..\inc

SOURCES= canon.c    \
         cnrlink.c  \
         dllinit.c  \
         linkinfo.c \
         server.c   \
         util.c     \
         volumeid.c \
         init.c     \
         serial.c   \
         memmgr.c   \
         valid.c    \
         comc.c     \
         inifile.c  \
         resstr.c   \
         debug.c    \
         nothunk.c  \
         linkinfo.rc

DLLDEF=obj\*\linkinfo.def

UMTYPE=windows
EXPECTED_WINVER=4.0

PRECOMPILED_INCLUDE=project.h
PRECOMPILED_PCH=project.pch
PRECOMPILED_OBJ=project.obj
