Synopsis - Issue Tracker

Task40 Editing

Title Support VC7.1+ in build system
Created on 2005-12-13.14:21:20 by stefan, last changed 2005-12-13.16:20:12. by hkaiser
assigned to hkaiser, stefan priority normal
type porting solves bug81Add support for declspec(dllexport) / visibility attributes to all public APIs
topic components build system
status open result
depends on superseded by
Add Comment:
File
CC List:? hkaiser, stefan

Messages
Author: stefan Date: 2005-12-13.14:21:20
The current build system relies on a posix-like
development environment with autoconf, make, etc.
Compilers are assumed to support the usual flags
such as -M, -c, -o, etc.

Encapsulate the commands such that VC can be
interfaced, too.

The rev:1624 checkin puts calls to the compiler
into 'canned command sequences', allowing
to redefine them for specific platforms.
Is it possible to rewrite these commands when
compiling with VC ? (search for 'compile' et al.
in src/Makefile.in)
What other modifications to the build system
are needed ?
Author: hkaiser Date: 2005-12-13.16:20:11
Attached is a patch fixing some warnings I've got during compilation with VC7.1.
Files
File nameUploaded
vc_patches.diff hkaiser, 2005-12-13.16:20:11
History
Date User Action Args
2005-12-13 14:21:21stefancreate
2005-12-13 16:20:13hkaisersetfiles: + vc_patches.diff
messages: + msg475