From 7d61b3eafa0c7c5555bb48dd844921abd9499bcc Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Thu, 2 Jan 2014 09:20:58 -0800 Subject: [PATCH] Removed unused files. --- examples/00-helloworld/helloworld.nmf | 6 ------ examples/00-helloworld/index.htm | 15 --------------- examples/00-helloworld/nacl-chrome.bat | 10 ---------- 3 files changed, 31 deletions(-) delete mode 100644 examples/00-helloworld/helloworld.nmf delete mode 100644 examples/00-helloworld/index.htm delete mode 100644 examples/00-helloworld/nacl-chrome.bat diff --git a/examples/00-helloworld/helloworld.nmf b/examples/00-helloworld/helloworld.nmf deleted file mode 100644 index 3b83681a7..000000000 --- a/examples/00-helloworld/helloworld.nmf +++ /dev/null @@ -1,6 +0,0 @@ -{ - "program": { - "x86-32": {"url": "nacl-x86/helloworldRelease.nexe"}, - "x86-64": {"url": "nacl-x64/helloworldRelease.nexe"} - } -} diff --git a/examples/00-helloworld/index.htm b/examples/00-helloworld/index.htm deleted file mode 100644 index c904dc088..000000000 --- a/examples/00-helloworld/index.htm +++ /dev/null @@ -1,15 +0,0 @@ - - - - BGFX: Hello, World! - - - - - diff --git a/examples/00-helloworld/nacl-chrome.bat b/examples/00-helloworld/nacl-chrome.bat deleted file mode 100644 index 62676c309..000000000 --- a/examples/00-helloworld/nacl-chrome.bat +++ /dev/null @@ -1,10 +0,0 @@ -@echo off -setlocal -set NACL_DEBUG=%~dp0..\..\.debug\nacl -set NACL_EXE_STDERR=%NACL_DEBUG%\stderr.txt -set NACL_EXE_STDOUT=%NACL_DEBUG%\stdout.txt -set NACL_DANGEROUS_ENABLE_FILE_ACCESS=1 -mkdir %NACL_DEBUG% > nul -rm -rf %NACL_EXE_STDERR% > nul -rm -rf %NACL_EXE_STDOUT% > nul -start %LOCALAPPDATA%\Google\Chrome\Application\chrome.exe --incognito --no-sandbox --show-fps-counter http://localhost:8080 %*