fte-team / fteqw

This is the official GitHub mirror for the FTEQW project.
https://www.fteqw.org/
181 stars 55 forks source link

Building iqm tool as iqmtool with legacy Makefile like CMake does #91

Closed Xylemon closed 1 year ago

Xylemon commented 1 year ago

https://sourceforge.net/p/fteqw/tickets/120/

illwieckz wrote on 2022-02-14:

Building iqm tool as iqmtool with legacy Makefile like CMake does, see attached patch.

1 Attachments

20220214-181614.makefile-rename-iqm-to-iqmtool.patch.zip

Xylemon commented 1 year ago

illwieckz wrote on 2022-03-06:

I just remade the patch to be applied on root directory of repository.

20220306-200034.makefile-iqm-rename-iqm-to-iqmtool.patch.zip

Xylemon commented 1 year ago

illwieckz wrote on 2022-03-06:

Once the patch is applied, doing make -C iqm produces iqm/iqmtool with the binary being named iqmtool like what CMake and engine Makefile already do.

Xylemon commented 1 year ago

@eukara wrote on 2022-03-06:

done.