Skip to content

Commit

Permalink
Move source files to src/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Dec 23, 2014
1 parent 8977122 commit 04dd6b0
Show file tree
Hide file tree
Showing 24 changed files with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions mrustc.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@
<Add option="-Wall" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="ast/ast.cpp" />
<Unit filename="ast/ast.hpp" />
<Unit filename="ast/path.hpp" />
<Unit filename="common.hpp" />
<Unit filename="convert/flatten.cpp" />
<Unit filename="convert/render.cpp" />
<Unit filename="convert/resolve.cpp" />
<Unit filename="coretypes.hpp" />
<Unit filename="macros.cpp" />
<Unit filename="main.cpp" />
<Unit filename="parse/common.hpp" />
<Unit filename="parse/expr.cpp" />
<Unit filename="parse/lex.cpp" />
<Unit filename="parse/lex.hpp" />
<Unit filename="parse/parseerror.cpp" />
<Unit filename="parse/parseerror.hpp" />
<Unit filename="parse/preproc.cpp" />
<Unit filename="parse/preproc.hpp" />
<Unit filename="parse/root.cpp" />
<Unit filename="samples/1.rs" />
<Unit filename="types.cpp" />
<Unit filename="types.hpp" />
<Unit filename="src/ast/ast.cpp" />
<Unit filename="src/ast/ast.hpp" />
<Unit filename="src/ast/path.hpp" />
<Unit filename="src/common.hpp" />
<Unit filename="src/convert/flatten.cpp" />
<Unit filename="src/convert/render.cpp" />
<Unit filename="src/convert/resolve.cpp" />
<Unit filename="src/coretypes.hpp" />
<Unit filename="src/macros.cpp" />
<Unit filename="src/main.cpp" />
<Unit filename="src/parse/common.hpp" />
<Unit filename="src/parse/expr.cpp" />
<Unit filename="src/parse/lex.cpp" />
<Unit filename="src/parse/lex.hpp" />
<Unit filename="src/parse/parseerror.cpp" />
<Unit filename="src/parse/parseerror.hpp" />
<Unit filename="src/parse/preproc.cpp" />
<Unit filename="src/parse/preproc.hpp" />
<Unit filename="src/parse/root.cpp" />
<Unit filename="src/samples/1.rs" />
<Unit filename="src/types.cpp" />
<Unit filename="src/types.hpp" />
<Extensions>
<code_completion />
<envvars />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 04dd6b0

Please sign in to comment.