root/lang/cplusplus/llv8call/trunk/ext/fs/SConscript @ 20522

Revision 20522, 107 bytes (checked in by tokuhirom, 5 years ago)

- Merge //mirror/coderepos/lang/cplusplus/llv8call/branches/stdlib to //mirror/coderepos/lang/cplusplus/llv8call/trunk

Line 
1Import("env")
2Import("conf")
3
4env.SharedLibrary(
5    "fs",
6    Split("fs.cc file.cc"),
7    LIBS=['v8'],
8)
9
Note: See TracBrowser for help on using the browser.