view build/windows.makefile @ 392:6bd75093d3bb

Allow specifying the location the resulting D modules are installed to.
author David Nadlinger <code@klickverbot.at>
date Sat, 28 Aug 2010 02:17:15 +0200
parents 11f1760d1700
children
line wrap: on
line source

SYSTEM = windows
ifndef QTDIR
QTDIR = C:\eldar\Qt\qt
endif
IMPLIB = implib /system /PAGESIZE:32
DYN_LIB_EXT = dll
D_OBJ_EXT = obj
LIB_NAME_PREFIX =
LIB_LINK = mingw32 qtmain
BIN_EXT = .exe
GEN = release\generator$(BIN_EXT)
MKDIR = build\mkdir.bat
RM = build\rm.exe
SL = \\

CC_LFLAGS += -Wl -Wl,-subsystem,windows

ifndef QTDIR_INC
QTDIR_INC = $(QTDIR)\include
endif

ifndef QTDIR_LIB
QTDIR_LIB = $(QTDIR)\lib
endif

QT_LIB_POSTFIX = 4