mirror of
https://github.com/apache/activemq.git
synced 2025-02-20 00:47:07 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@419611 13f79535-47bb-0310-9956-ffa450edef68
20 lines
456 B
INI
20 lines
456 B
INI
#
|
|
# Compiler specific configuration
|
|
#
|
|
|
|
OUTDIR = out
|
|
LIBRARY_NAME = activemq-cpp
|
|
LIBFILE = $(OUTDIR)/lib$(LIBRARY_NAME).a
|
|
|
|
#
|
|
# GCC/G++ release for Linux
|
|
#
|
|
CC = g++ -fexceptions -frtti -O3 -DNDEBUG -D_REENTRANT -D__WIN32 -DWIN32_LEAN_AND_MEAN
|
|
LD = g++ -frtti
|
|
CCFLAGS = -Wall
|
|
LDFLAGS = -L$(OUTDIR) -l$(LIBRARY_NAME) -lcppunit -lws2_32 -lrpcrt4
|
|
OUTDIR = out
|
|
ARFLAGS =
|
|
|
|
|