mirror of
https://github.com/apache/activemq.git
synced 2025-02-07 02:29:21 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424272 13f79535-47bb-0310-9956-ffa450edef68
14 lines
322 B
INI
14 lines
322 B
INI
#
|
|
# Compiler specific configuration
|
|
#
|
|
|
|
#
|
|
# GCC/G++ debug for Linux
|
|
#
|
|
CC = g++ -fexceptions -frtti -O0 -g3 -DDEBUG -D_DEBUG -D_REENTRANT -D_WIN32 -DWINVER=0x0502 -DWIN32_LEAN_AND_MEAN
|
|
LD = g++ -g3 -frtti
|
|
CCFLAGS = -Wall
|
|
LDFLAGS = -L$(OUTDIR) -l$(LIBRARY_NAME) -lcppunit -lws2_32 -lrpcrt4
|
|
ARFLAGS =
|
|
|