Opened 10 years ago

Closed 5 years ago

#5564 closed enhancement (wontfix)

[PATCH] Add ability to disable stdcall from nmake command line

Reported by: vonsch Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: 1.11.0
Severity: normal Keywords:
Cc:

Description

Attached patch adds ability to specify STDCALL=0 on nmake command line when building on Windows and applies to gdal 1.11.0.

With this patch I'm able to build gdal this way:

nmake -f makefile.vc STDCALL=0

and all functions are built with standard calling convention. When STDCALL=0 is not present, some functions are built with stdcall convention as in current versions.

If you need more information, feel free to ask me.

Attachments (1)

stdcall.patch (1.3 KB ) - added by vonsch 10 years ago.
Proposed patch

Download all attachments as: .zip

Change History (2)

by vonsch, 10 years ago

Attachment: stdcall.patch added

Proposed patch

comment:1 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: newclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.