23 lines
380 B
Plaintext
23 lines
380 B
Plaintext
!include ..\windisk.mk
|
|
|
|
MINORCOMP= controls
|
|
|
|
TARGETNAME= controls
|
|
TARGETPATH= obj
|
|
TARGETTYPE= LIBRARY
|
|
|
|
UMTYPE= windows
|
|
|
|
INCLUDES=\
|
|
..\inc; \
|
|
$(INCLUDES)
|
|
|
|
SOURCES=\
|
|
controls.cxx \
|
|
bmp.cxx \
|
|
box.cxx \
|
|
line.cxx
|
|
|
|
PRECOMPILED_INCLUDE=headers.hxx
|
|
PRECOMPILED_CXX=1
|