Explorar o código

Rename text-compiler to txt-compiler

Daniele Bartolini %!s(int64=13) %!d(string=hai) anos
pai
achega
f0e12ad3aa
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tools/CMakeLists.txt
  2. 0 0
      tools/resource-compilers/txt-compiler.cpp

+ 2 - 2
tools/CMakeLists.txt

@@ -13,14 +13,14 @@ endif (FREETYPE_FOUND)
 
 add_executable(fontgen fontgen/fontgen.cpp)
 
-add_executable(text-compiler resource-compilers/text-compiler.cpp)
+add_executable(txt-compiler resource-compilers/txt-compiler.cpp)
 add_executable(tga-compiler resource-compilers/tga-compiler.cpp)
 
 add_executable(resource-linker resource-compilers/resource-linker.cpp)
 
 target_link_libraries(fontgen crown)
 
-target_link_libraries(text-compiler crown)
+target_link_libraries(txt-compiler crown)
 target_link_libraries(tga-compiler crown)
 
 target_link_libraries(resource-linker crown)

+ 0 - 0
tools/resource-compilers/text-compiler.cpp → tools/resource-compilers/txt-compiler.cpp