diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-07-15 14:43:35 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-07-15 14:43:35 +0000 |
commit | 8816a7aa7cb0751724dfc809800961e72b6997b5 (patch) | |
tree | e5064961f366de68e4aa906537c5d68c0fde85f4 /ACE/apps/gperf | |
parent | 39f32ddbf26dfa7e6ff3b59ff9f0d16fea4e1b0b (diff) | |
download | ATCD-8816a7aa7cb0751724dfc809800961e72b6997b5.tar.gz |
Wed Jul 15 14:43:33 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* apps/gperf/src/gperf.mpc:
Made the library name different to resolve problems with vxtest
Diffstat (limited to 'ACE/apps/gperf')
-rw-r--r-- | ACE/apps/gperf/src/gperf.mpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/gperf/src/gperf.mpc b/ACE/apps/gperf/src/gperf.mpc index a9052e52ed5..5b1e56cae32 100644 --- a/ACE/apps/gperf/src/gperf.mpc +++ b/ACE/apps/gperf/src/gperf.mpc @@ -2,7 +2,7 @@ // $Id$ project(ACE_gperf) : acelib, install, crosscompile, ace_output { - sharedname = ACE_gperf + sharedname = ACE_gperf_lib dynamicflags = ACE_GPERF_BUILD_DLL Source_Files { Options.cpp @@ -20,7 +20,7 @@ project(ACE_gperf) : acelib, install, crosscompile, ace_output { project(gperf) : aceexe, install, crosscompile { install = $(ACE_ROOT)/bin after += ACE_gperf - libs += ACE_gperf + libs += ACE_gperf_lib exename = ace_gperf Source_Files { gperf.cpp |