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.
38 lines
747 B
38 lines
747 B
!IF 0
|
|
|
|
Module Name: sources file for DirectUser Engine\Ctrl project.
|
|
|
|
Abstract:
|
|
|
|
Author:
|
|
JStall
|
|
|
|
!ENDIF
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=DUCtrl
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
SOURCES=\
|
|
Animation.cpp \
|
|
CtrlStubs.cpp \
|
|
DragDrop.cpp \
|
|
Extension.cpp \
|
|
Flow.cpp \
|
|
GdiHelp.cpp \
|
|
Init.cpp \
|
|
Interpolation.cpp \
|
|
OldAnimation.cpp \
|
|
OldDragDrop.cpp \
|
|
OldExtension.cpp \
|
|
OldInterpolation.cpp\
|
|
Sequence.cpp
|
|
|
|
UMTYPE=windows
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_PCH=stdafx.pch
|
|
PRECOMPILED_OBJ=stdafx.obj
|