This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Add compiler and syntax_tools as dependencies in the application resource file for correct releases using Reltool.
pull/42/head
Benjamin Nortier
13 years ago
parent
09ecad6737
commit
76fef99623
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/lager.app.src
+ 3
- 1
src/lager.app.src
View File
@ -7,7 +7,9 @@
{modules, []},
{applications, [
kernel,
stdlib
stdlib,
compiler,
syntax_tools
]},
{registered, []},
{mod, {lager_app, []}},
Write
Preview
Loading…
Cancel
Save