!IF 0

Copyright (c) 1996  Microsoft Corporation

!ENDIF

ROOT=$(MAKEDIR:\src\other\misc=)
!include $(ROOT)\common.inc

TARGETNAME=misc
TARGETPATH=obj
TARGETTYPE=LIBRARY

INCLUDES= \
    $(ROOT)\src\core\include; \
    $(ROOT)\src\other\include; \
    $(ROOT)\src\f3\include; \
    $(ROOT)\external\inc; \
    $(ROOT)\types\$(O); \
    $(ROOT)\src\core\types; \
    $(ROOT)\src\f3\types; \
    $(ROOT)\src\f3\ocx96; \
    $(ROOT)\src\other\misc;

SOURCES= \
    otherid.c \
    othridpr.c
