Cleanup C++ to Lisp translation
smoke.mbd
Sun Aug 2 12:12:41 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Cleanup C++ to Lisp translation
--- old-smoke/smoke.mbd 2014-10-30 08:11:43.000000000 +0100
+++ new-smoke/smoke.mbd 2014-10-30 08:11:43.000000000 +0100
@@ -32,7 +32,6 @@
(:needs "CMakeLists")
(:components
"package"
- ("translate" (:needs "package"))
("using-type" (:needs "package"))
("overload-resolution" (:needs "package" "smoke" "using-type"))
("sb-optimize" (:for :sbcl) (:needs "overload-resolution"))
@@ -42,14 +41,14 @@
("bindings" (:needs "package"))
("cxx-method" (:needs "package"))
("clos" (:needs "smoke-c" "cxx-method" "objects" "object-map" "class-map" "bindings"))
- ("method" (:needs "clos" "overload-resolution"))
+ ("smoke-to-clos" (:needs "clos" "overload-resolution"))
(:objects module
- (:needs "smoke-c" "utils")
+ (:needs "smoke-c" "utils" "bindings")
(:serial t)
(:components "object" "enum" "type" "method" "class"
"instance" "stack"))
(:smoke-c module
- (:needs "package" "translate")
+ (:needs "package")
(:components ("libsmoke-c" cmake-library)
("libsmoke-c-util" cmake-library)