Opened 19 years ago

Closed 19 years ago

Last modified 5 years ago

#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)

q_toolfix_cleanup.patch (41.7 KB ) - added by SF/quietust 19 years ago.
Fix util.c for MSVC, clean up a few extract_* files

Download all attachments as: .zip

Change History (3)

by SF/quietust, 19 years ago

Attachment: q_toolfix_cleanup.patch added

Fix util.c for MSVC, clean up a few extract_* files

comment:1 by Kirben, 19 years ago

Owner: set to Kirben
Status: newclosed

comment:2 by digitall, 5 years ago

Component: Tools
Note: See TracTickets for help on using tickets.