Rename target in HelloWorld_emscripten so it doesn't overwrite (or clean) the other hello-world.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@5478 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2017-06-08 20:26:18 +00:00
parent 7766187be4
commit 61ef6f9c7d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# and be sure that CXX is set to a valid compiler
# Name of the executable created (.exe will be added automatically if necessary)
Target := 01.HelloWorld
Target := 01.HelloEmscripten
# List of source files, separated by spaces
Sources := main.cpp
# Path to Irrlicht directory, should contain include/ and lib/