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

Summary: loadso C files are #included...
Product: SDL Reporter: Ryan C. Gordon <icculus>
Component: loadsoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: All   
OS: All   

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.