Opened 15 years ago
Closed 12 years ago
#715 closed defect (fixed)
OSGeo4W patch for DLLs
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.0 |
Component: | Default | Version: | 6.4.0 RCs |
Keywords: | wingrass, osgeo4w | Cc: | jef |
CPU: | All | Platform: | MSWindows XP |
Description
Attached patch was submitted by Juergen Fischer, please review.
Attachments (1)
Change History (10)
by , 15 years ago
Attachment: | dll_osgeo4w_fixes.diff added |
---|
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Replying to neteler:
Attached patch was submitted by Juergen Fischer, please review.
Is there some reason that Shlib.make and Stlib.make can't use ARCH_CMD_OBJS, so that Makefiles can just override MOD_OBJS if they don't want the default?
Failing that, Lib.make should use similar logic to Rules.make, i.e. only define the variables if they aren't already defined.
Either way, Lib.make should not contain references to specific files (fmode.o and dllmain.o).
comment:4 by , 15 years ago
The point is just that the DLLs need to be linked with dllmain.o
and the executables with fmode.o
.
DLL patch