From dc70cc08591351b992412678ffcc21266de9614e Mon Sep 17 00:00:00 2001 From: James Gregory Date: Wed, 3 Apr 2013 21:42:49 -0700 Subject: [PATCH] Instruct Emscripten to emit .html file for HelloCpp sample. --- samples/Cpp/HelloCpp/proj.emscripten/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Cpp/HelloCpp/proj.emscripten/Makefile b/samples/Cpp/HelloCpp/proj.emscripten/Makefile index 0442fc6f63..a5587a422d 100644 --- a/samples/Cpp/HelloCpp/proj.emscripten/Makefile +++ b/samples/Cpp/HelloCpp/proj.emscripten/Makefile @@ -1,4 +1,4 @@ -EXECUTABLE = HelloCpp +EXECUTABLE = HelloCpp.html INCLUDES = -I.. -I../Classes