forked from teamnwah/openmw-tes3coop
Mantis: #18 - Move components from global namespace into their own namespace.
Added namespace around generated win_1252 table. Added generation of header guard and ToUTF8 namespace in gen_iconv. Small corrections in Makefile. Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>actorid
parent
e9ff9a446b
commit
57972eb042
@ -1,5 +1,8 @@
|
||||
tables_gen.hpp: gen_iconv
|
||||
gen_iconv > tables_gen.hpp
|
||||
./gen_iconv > tables_gen.hpp
|
||||
|
||||
gen_iconv: gen_iconv.cpp
|
||||
g++ -Wall $^ -o $@
|
||||
|
||||
clean:
|
||||
rm -f ./gen_iconv
|
Loading…
Reference in New Issue