Skip to content

Commit

Permalink
Adding an OTP app file for dynamic_compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed Feb 13, 2010
1 parent 5431efd commit 53e5750
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ebin/dynamic_compile.app
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{application, dynamic_compile, [
{description, "dynamic_compile"},
{vsn, "0.1"},
{modules, [
dynamic_compile
]},
{registered, []},
{applications, [kernel, stdlib]}
]}.

0 comments on commit 53e5750

Please sign in to comment.