File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,15 +186,15 @@ endif
186186if cxx.get_id() == ' msvc'
187187
188188 static_library (
189- meson .project_name() ,
189+ ' hllapi ' ,
190190 sources,
191191 install : true ,
192192 dependencies : lib_deps,
193193 include_directories : includes_dir
194194 )
195195
196196 shared_library (
197- meson .project_name() ,
197+ ' hllapi ' ,
198198 sources,
199199 install : true ,
200200 dependencies : lib_deps,
@@ -204,7 +204,7 @@ if cxx.get_id() == 'msvc'
204204else
205205
206206 dynamic = shared_library (
207- meson .project_name() ,
207+ ' hllapi ' ,
208208 sources,
209209 install : true ,
210210 cpp_args : [ ' -ffat-lto-objects' ],
215215 )
216216
217217 static_library (
218- meson .project_name() ,
218+ ' hllapi ' ,
219219 sources,
220220 install : true ,
221221 cpp_args : [ ' -fno-lto' ],
Original file line number Diff line number Diff line change 55msgstr ""
66"Project-Id-Version : pw3270 5.0\n "
77"Report-Msgid-Bugs-To : \n "
8- "POT-Creation-Date : 2025-09-16 22:43 -0300\n "
8+ "POT-Creation-Date : 2025-09-16 22:45 -0300\n "
99"PO-Revision-Date : 2020-02-05 15:53-0300\n "
1010"Last-Translator : Perry Werneck <perry.werneck@gmail.com>\n "
1111"Language-Team : Português <>\n "
You can’t perform that action at this time.
0 commit comments