No description
Find a file
Cheng Zhao dc1655979e Only create config.gypi if it doesn't exist.
Otherwise every call of bootstrap would trigger recompilation of some
files.
2013-07-02 09:31:43 +08:00
app Implement main function on Windows. 2013-07-01 22:21:31 +08:00
browser Fix compilation errors and warnings on native_window.cc. 2013-07-01 22:01:17 +08:00
common Ranged for is not supported by VS 2010. 2013-07-01 21:54:18 +08:00
renderer Don't rely on "iosfwd" for forward including std::string. 2013-07-01 21:56:46 +08:00
script Only create config.gypi if it doesn't exist. 2013-07-02 09:31:43 +08:00
tools/mac Make video and audio tag work, fixes #31. 2013-06-26 10:31:32 +08:00
vendor Update node: removed a few more unused patches. 2013-07-02 09:28:48 +08:00
.gitignore Ignore vendor/python_26 in git. 2013-07-01 15:37:22 +08:00
.gitmodules Ship gyp. 2013-07-01 15:21:56 +08:00
atom.gyp Implement main function on Windows. 2013-07-01 22:21:31 +08:00
common.gypi Include node's config.gypi in atom-shell. 2013-07-02 09:16:56 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
package.json Write js codes in coffee script. 2013-04-14 22:48:35 +08:00
README.md Set base url in bootstrap script by default. 2013-06-19 10:54:05 +08:00

Atom Shell

Experimental native layer for the Atom.

Development

One-time setup

$ script/bootstrap

Building

$ script/build

This will build the app into the build directory.

License

See the LICENSE file.