Skip to content

Commit

Permalink
THRIFT-518. as3: Add the AS3 generator and library
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@937067 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Bryan Duxbury committed Apr 22, 2010
1 parent 15e2930 commit 321eb7a
Show file tree
Hide file tree
Showing 34 changed files with 4,731 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler/cpp/Makefile.am
Expand Up @@ -64,6 +64,9 @@ endif
if THRIFT_GEN_java
thrift_SOURCES += src/generate/t_java_generator.cc
endif
if THRIFT_GEN_as3
thrift_SOURCES += src/generate/t_as3_generator.cc
endif
if THRIFT_GEN_csharp
thrift_SOURCES += src/generate/t_csharp_generator.cc
endif
Expand Down

0 comments on commit 321eb7a

Please sign in to comment.