Skip to content

Commit

Permalink
[11163] Stripped ACE library to only needed files
Browse files Browse the repository at this point in the history
(based on cipherCOM's repo commit 403799b)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
cipherCOM authored and VladimirMangos committed Feb 14, 2011
1 parent 70c8ccd commit d558245
Show file tree
Hide file tree
Showing 1,057 changed files with 13 additions and 210,249 deletions.
9,151 changes: 1 addition & 9,150 deletions dep/ACE_wrappers/ACE_vc10.sln

Large diffs are not rendered by default.

9,151 changes: 1 addition & 9,150 deletions dep/ACE_wrappers/ACE_vc8.sln

Large diffs are not rendered by default.

9,151 changes: 1 addition & 9,150 deletions dep/ACE_wrappers/ACE_vc9.sln

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions dep/ACE_wrappers/ACE_wrappers_vc10.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# /tmp/DOC_ROOT/stage-1367/ACE_wrappers/bin/mwc.pl -type vc10 -recurse -hierarchy -relative ACE_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers -relative TAO_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers/TAO -relative CIAO_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers/TAO/DAnCE -name_modifier "*_vc10"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACE", "ace\ACE_vc10.vcxproj", "{47BC56ED-FECA-1BAD-6757-8A6300006755}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gperf", "apps\gperf\src\gperf_vc10.vcxproj", "{348C50EF-FECA-1BAD-6244-8A036423F5D3}"
ProjectSection(ProjectDependencies) = postProject
{47BC56ED-FECA-1BAD-6757-8A6300006755} = {47BC56ED-FECA-1BAD-6757-8A6300006755}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down
5 changes: 0 additions & 5 deletions dep/ACE_wrappers/ACE_wrappers_vc8.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ Microsoft Visual Studio Solution File, Format Version 9.00
# /tmp/DOC_ROOT/stage-1367/ACE_wrappers/bin/mwc.pl -type vc8 -recurse -hierarchy -relative ACE_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers -relative TAO_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers/TAO -relative CIAO_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers/TAO/DAnCE -name_modifier "*_vc8"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACE", "ace\ACE_vc8.vcproj", "{AD537C9A-FECA-1BAD-6757-8A6300006755}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gperf", "apps\gperf\src\gperf_vc8.vcproj", "{AF204C9C-FECA-1BAD-6244-8A036423F5D3}"
ProjectSection(ProjectDependencies) = postProject
{AD537C9A-FECA-1BAD-6757-8A6300006755} = {AD537C9A-FECA-1BAD-6757-8A6300006755}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down
5 changes: 0 additions & 5 deletions dep/ACE_wrappers/ACE_wrappers_vc9.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ Microsoft Visual Studio Solution File, Format Version 10.00
# /tmp/DOC_ROOT/stage-1367/ACE_wrappers/bin/mwc.pl -type vc9 -recurse -hierarchy -relative ACE_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers -relative TAO_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers/TAO -relative CIAO_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/tmp/DOC_ROOT/stage-1367/ACE_wrappers/TAO/DAnCE -name_modifier "*_vc9"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACE", "ace\ACE_vc9.vcproj", "{BD537C9A-FECA-1BAD-6757-8A6300006755}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gperf", "apps\gperf\src\gperf_vc9.vcproj", "{BF204C9C-FECA-1BAD-6244-8A036423F5D3}"
ProjectSection(ProjectDependencies) = postProject
{BD537C9A-FECA-1BAD-6757-8A6300006755} = {BD537C9A-FECA-1BAD-6757-8A6300006755}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down
4,142 changes: 1 addition & 4,141 deletions dep/ACE_wrappers/GNUmakefile

Large diffs are not rendered by default.

21 changes: 1 addition & 20 deletions dep/ACE_wrappers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,7 @@

SUBDIRS = \
ace \
@ACEXML@ \
@ASNMP@ \
apps \
bin \
netsvcs

if BUILD_EXAMPLES
SUBDIRS += examples
endif

if BUILD_TESTS
SUBDIRS += performance-tests
SUBDIRS += tests
endif

SUBDIRS += \
@protocols@ \
websvcs \
@KOKYU@ \
@TAO@
bin

ACLOCAL = @ACLOCAL@
ACLOCAL_AMFLAGS = -I m4
Expand Down
8 changes: 2 additions & 6 deletions dep/ACE_wrappers/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
@BUILD_EXAMPLES_TRUE@am__append_1 = examples
@BUILD_TESTS_TRUE@am__append_2 = performance-tests tests
subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
Expand Down Expand Up @@ -78,8 +76,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
distdir dist dist-all distcheck
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = ace @ACEXML@ @ASNMP@ apps bin netsvcs examples \
performance-tests tests @protocols@ websvcs @KOKYU@ @TAO@
DIST_SUBDIRS = ace bin
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down Expand Up @@ -299,8 +296,7 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = ace @ACEXML@ @ASNMP@ apps bin netsvcs $(am__append_1) \
$(am__append_2) @protocols@ websvcs @KOKYU@ @TAO@
SUBDIRS = ace bin $(am__append_1) $(am__append_2)
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
all: all-recursive
Expand Down
197 changes: 0 additions & 197 deletions dep/ACE_wrappers/apps/GNUmakefile

This file was deleted.

53 changes: 0 additions & 53 deletions dep/ACE_wrappers/apps/Gateway/GNUmakefile

This file was deleted.

0 comments on commit d558245

Please sign in to comment.