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.
tdelibs/win/pro_files/libltdl/libltdl.pro

20 lines
306 B

TEMPLATE = lib
DEFINES += MAKE_LTDL_LIB
DEFINES += DLL_EXPORT HAVE_STRING_H=1 HAVE_STDLIB_H=1 HAVE_STDIO_H=1 HAVE_MALLOC_H=1 HAVE_CTYPE_H=1
DEFINES += LTDL_OBJDIR=\".libs/\"
include( $(KDELIBS)/win/common.pro )
TARGET = ltdl$$KDEBUG
SOURCES = \
ltdl.c \
ltdl_win.c
HEADERS = \
ltdl.h \
ltdl_win.h