Created
February 16, 2014 17:55
-
-
Save whyrusleeping/9038076 to your computer and use it in GitHub Desktop.
Sample rmake.json file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Server": "localhost:11221", | |
"Files": [ | |
{ | |
"Path": "src/Actor.h", | |
"LastTime": "2014-02-16T02:38:13.961195864Z" | |
}, | |
{ | |
"Path": "src/Button.cpp", | |
"LastTime": "2014-02-16T02:38:13.961626655Z" | |
}, | |
{ | |
"Path": "src/Button.h", | |
"LastTime": "2014-02-16T02:38:13.962066322Z" | |
}, | |
{ | |
"Path": "src/CMakeLists.txt", | |
"LastTime": "2014-02-16T02:38:13.962491364Z" | |
}, | |
{ | |
"Path": "src/CreatePlayerWindow.cpp.orig", | |
"LastTime": "2014-02-16T02:38:13.962902114Z" | |
}, | |
{ | |
"Path": "src/Drawable.h", | |
"LastTime": "2014-02-16T02:38:13.963370989Z" | |
}, | |
{ | |
"Path": "src/Image.cpp", | |
"LastTime": "2014-02-16T02:38:13.963754239Z" | |
}, | |
{ | |
"Path": "src/Image.h", | |
"LastTime": "2014-02-16T02:38:13.964162239Z" | |
}, | |
{ | |
"Path": "src/Label.cpp", | |
"LastTime": "2014-02-16T02:38:13.964518531Z" | |
}, | |
{ | |
"Path": "src/Label.cpp.orig", | |
"LastTime": "2014-02-16T02:38:13.965213156Z" | |
}, | |
{ | |
"Path": "src/Label.h", | |
"LastTime": "2014-02-16T02:38:13.965685947Z" | |
}, | |
{ | |
"Path": "src/Launcher.cpp", | |
"LastTime": "2014-02-16T02:38:13.966035197Z" | |
}, | |
{ | |
"Path": "src/Launcher.h", | |
"LastTime": "2014-02-16T02:38:13.966438864Z" | |
}, | |
{ | |
"Path": "src/MainMenuWindow.cpp", | |
"LastTime": "2014-02-16T02:38:13.966760739Z" | |
}, | |
{ | |
"Path": "src/Menu.cpp", | |
"LastTime": "2014-02-16T02:38:13.967133072Z" | |
}, | |
{ | |
"Path": "src/Menu.h", | |
"LastTime": "2014-02-16T02:38:13.967407405Z" | |
}, | |
{ | |
"Path": "src/Panel.h", | |
"LastTime": "2014-02-16T02:38:13.967680905Z" | |
}, | |
{ | |
"Path": "src/Player.h", | |
"LastTime": "2014-02-16T02:38:13.96789528Z" | |
}, | |
{ | |
"Path": "src/ResourceManager.cpp", | |
"LastTime": "2014-02-16T02:38:13.968119947Z" | |
}, | |
{ | |
"Path": "src/ResourceManager.h", | |
"LastTime": "2014-02-16T02:38:13.969019572Z" | |
}, | |
{ | |
"Path": "src/TextBox.cpp", | |
"LastTime": "2014-02-16T02:38:13.969357739Z" | |
}, | |
{ | |
"Path": "src/TextBox.h", | |
"LastTime": "2014-02-16T02:38:13.969687906Z" | |
}, | |
{ | |
"Path": "src/Widget.h", | |
"LastTime": "2014-02-16T02:38:13.969942406Z" | |
}, | |
{ | |
"Path": "src/Window.h", | |
"LastTime": "2014-02-16T02:38:13.970153989Z" | |
}, | |
{ | |
"Path": "src/Window.h.orig", | |
"LastTime": "2014-02-16T02:38:13.970406572Z" | |
}, | |
{ | |
"Path": "src/log.h", | |
"LastTime": "2014-02-16T02:38:13.970620656Z" | |
}, | |
{ | |
"Path": "src/main.cpp", | |
"LastTime": "2014-02-16T02:38:13.970831155Z" | |
}, | |
{ | |
"Path": "makefile", | |
"LastTime": "2014-02-16T02:38:13.971084239Z" | |
} | |
], | |
"Command": "make", | |
"Args": [], | |
"Output": "Hashtronauts", | |
"Session": "", | |
"Vars": {}, | |
"Compression": "none" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment