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.
24 lines
347 B
24 lines
347 B
#
|
|
# Component: XXX
|
|
#
|
|
# Author: Silviu Calinoiu (SilviuC)
|
|
# Created: 03/18/97
|
|
#
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=base
|
|
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETNAME=ctlbuggy
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=console
|
|
|
|
C_DEFINES= -DWIN32 -DNT
|
|
|
|
USE_MSVCRT=1
|
|
USE_NATIVE_EH=1
|
|
|
|
|
|
SOURCES= tcontrol.cxx \
|
|
version.rc \
|