2025-04-27 07:49:33 -04:00

63 lines
1.5 KiB
Plaintext

!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: Johann Posch
!ENDIF
TARGETNAME= download
TARGETPATH= obj
TARGETTYPE= LIBRARY
!include ..\..\daytona.inc
INCLUDES= ..\..\inc;..;$(SHELL_INC_PATH)
SOURCES= \
..\jit.cxx \
..\jsetup.cxx \
..\duman.cxx \
..\cdlapi.cxx \
..\isctrl.cxx \
..\helpers.cxx \
..\cdl.cxx \
..\dl.cxx \
..\client.cxx \
..\clist.cxx \
..\packet.cxx \
..\csetup.cxx \
..\hooks.cxx \
..\wvt.cxx \
..\peldr.cxx \
..\langcode.cxx \
..\extract.c \
..\dbglog.cxx \
..\softdist.cxx \
..\logo3bsc.cxx \
..\fdidll.c \
..\getlpath.cxx \
..\webjit.cpp
# precompiled headers
PRECOMPILED_INCLUDE=..\cdlpch.h
PRECOMPILED_PCH=cdlpch.pch
PRECOMPILED_OBJ=cdlpch.obj
PRECOMPILED_CXX=1
CONDITIONAL_INCLUDES = \
winwlm.h \
macwin32.h \
new