File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 45
45
46
46
#ifdef _NBL_WINDOWS_API_
47
47
48
- // To build Irrlicht as a static library, you must define _NBL_STATIC_LIB_ in both the
49
- // Irrlicht build, *and* in the user application, before #including <nabla.h>
48
+ // To build Nabla as a static library, you must define _NBL_STATIC_LIB_ in both the
49
+ // Nabla build, *and* in the user application, before #including <nabla.h>
50
50
#ifndef _NBL_STATIC_LIB_
51
51
#ifdef NABLA_EXPORTS
52
52
#define NABLA_API __declspec(dllexport)
Original file line number Diff line number Diff line change 24
24
outp = open (outputFilename ,"w+" )
25
25
26
26
outp .write ("#include \" nbl/builtin/builtinResources.h\" \n \n " )
27
- outp .write ("using namespace irr ;\n " )
28
- outp .write ("using namespace irr ::builtin;\n \n " )
29
- outp .write ("namespace irr {\n " )
27
+ outp .write ("using namespace nbl ;\n " )
28
+ outp .write ("using namespace nbl ::builtin;\n \n " )
29
+ outp .write ("namespace nbl {\n " )
30
30
outp .write ("\t namespace builtin {\n \n " )
31
31
32
32
# writing binary data of all files in a loop
Original file line number Diff line number Diff line change 27
27
outp .write ("#include <string>\n " )
28
28
outp .write ("#include <unordered_map>\n " )
29
29
outp .write ("#include <utility>\n #include \" nbl\\ core\\ string\\ UniqueStringLiteralType.h\" \n #include \" nbl\\ builtin\\ common.h\" \n " )
30
- outp .write ("namespace irr { \n \t namespace builtin { \n " )
30
+ outp .write ("namespace nbl { \n \t namespace builtin { \n " )
31
31
32
32
#Iterating through input list
33
33
for x in resourcePaths :
You can’t perform that action at this time.
0 commit comments