mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
This fixes the use case of adding the include folder manually to an outside project.
4 lines
73 B
Batchfile
4 lines
73 B
Batchfile
@for %%s in ( c++98 c++03 c++11 c++14 c++17 ) do (
|
|
call tg.bat %%s
|
|
)
|