From 0f9e8f0a9c27d8cec700e99a6afaab901f10994b Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 12 Jun 2022 20:57:37 -0700 Subject: Changeset: 72 Add enum and namespace storing for CodegenModelArchive --- source/20-codegen-compiler/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/20-codegen-compiler/main.cpp') diff --git a/source/20-codegen-compiler/main.cpp b/source/20-codegen-compiler/main.cpp index 1431ae5..5a59b5d 100644 --- a/source/20-codegen-compiler/main.cpp +++ b/source/20-codegen-compiler/main.cpp @@ -1228,8 +1228,8 @@ where --output-dir=: the *directory* to write generated contents to. Thi DEBUG_PRINTF("Databse file: %.*s.\n", PRINTF_STRING_VIEW(as.databaseFilePath)); // TODO model archive is broken right now, see each TODO in CodegenModel.cpp - // CodegenModelArchive archive(as.databaseFilePath); - // as.modelArchive = &archive; + CodegenModelArchive archive(as.databaseFilePath); + as.modelArchive = &archive; // Positional argument pass for (int i = 1; i < argc; ++i) { -- cgit v1.2.3-70-g09d2