Przeglądaj źródła

Removed unused files.

bkaradzic 12 lat temu
rodzic
commit
7d61b3eafa

+ 0 - 6
examples/00-helloworld/helloworld.nmf

@@ -1,6 +0,0 @@
-{
-	"program": {
-		"x86-32": {"url": "nacl-x86/helloworldRelease.nexe"},
-		"x86-64": {"url": "nacl-x64/helloworldRelease.nexe"}
-	}
-}

+ 0 - 15
examples/00-helloworld/index.htm

@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-	<head>
-		<title>BGFX: Hello, World!</title>
-	</head>
-	<body>
-		<embed name="nacl_module"
-			id="helloworld"
-			width=1280
-			height=720
-			src="helloworld.nmf"
-			type="application/x-nacl"
-		/>
-	</body>
-</html>

+ 0 - 10
examples/00-helloworld/nacl-chrome.bat

@@ -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 %*