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 143 - loadso C files are #included...
Summary: loadso C files are #included...
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: loadso (show other bugs)
Version: HG 1.2
Hardware: All All
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 13:04 UTC by Ryan C. Gordon
Modified: 2006-03-09 10:21 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 2006-02-09 13:04:56 UTC
All the C files in the loadso directories are used as #includes in SDL12/src/loadso/loadso.c ... this was done to avoid having to update all the project files for various targets.

Since Sam's reorganizing things, which means the project files will need updating anyhow, now's a good time to fix this.

--ryan.
Comment 1 Sam Lantinga 2006-02-10 23:44:10 UTC
I'm not sure if I'm going to change this though.  It turns out that it's a real pain getting automake to conditionally compile source, so #include might be the best option at this point.

I may change the extension to .inc or something so people don't expect them to be standalone source files.

Thoughts?
Comment 2 Sam Lantinga 2006-03-09 10:21:35 UTC
This is fixed in CVS.