You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
722 B
33 lines
722 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1998 - 2001
|
|
|
|
Module Name:
|
|
|
|
sources file to build a core code link lib for the non-Unicode
|
|
version of the AD shell property pages.
|
|
|
|
!ENDIF
|
|
|
|
PLATFORM= WIN9x
|
|
!INCLUDE ..\sources.inc
|
|
|
|
TARGETNAME= adui
|
|
TARGETTYPE= LIBRARY
|
|
TARGETPATH= obj
|
|
TARGETEXT= lib
|
|
|
|
PRECOMPILED_INCLUDE=..\pch.h
|
|
|
|
INCLUDES= ..;..\..\inc;..\..\loghours;$(INCLUDES);
|
|
|
|
SOURCES= ..\cdlink.cxx \
|
|
..\cstr.cpp \
|
|
..\group.cxx \
|
|
..\objlist.cxx \
|
|
..\propbase.cxx \
|
|
..\proppage.cxx \
|
|
..\proputil.cxx \
|
|
..\qrybase.cxx \
|
|
..\strings.cxx \
|
|
..\tablpage.cxx
|