We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 440 - nasm/yasm need different -I include switch
Summary: nasm/yasm need different -I include switch
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 2.0.0
Hardware: x86 Linux
: P1 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-15 22:47 UTC by Ryan C. Gordon
Modified: 2007-06-15 22:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan C. Gordon 2007-06-15 22:47:16 UTC
We use -i for nasm/yasm include paths.

Older versions of yasm apparently want -I and not -i for specifying include paths. Newer versions support both.

nasm quietly support -i, but the --help screen only lists -I.

So...change that to -I to make everyone happy.

--ryan.
Comment 1 Ryan C. Gordon 2007-06-15 22:52:59 UTC
Fixed in svn revision #3089 for the 1.2 branch, and #3090 in the 1.3 branch.

--ryan.