#8448 closed patch
Allow ScummVM tools to compile with MSVC, other cleanup
Reported by: | SF/quietust | Owned by: | Kirben |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | ||
Cc: | Game: |
Description
most of the ScummVM 'tools' do not compile using MSVC6 or VS.NET, reporting an undefined external symbol "vsnprintf" in util.obj (MSVC uses _vsprintf instead).
The attached patch fixes this issue and allows the tools to compile properly with MSVC++ from a command prompt.
In addition, this patch cleans up all of the extract utilities I previously wrote (mm_nes, mm_c64, zak_c64, and loom_tg16) to link against util.c.
Ticket imported from: #1241249. Ticket imported from: patches/553.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | q_toolfix_cleanup.patch added |
---|
comment:1 by , 19 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
Component: | → Tools |
---|
Note:
See TracTickets
for help on using tickets.
Fix util.c for MSVC, clean up a few extract_* files