Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • Michael Beck's avatar
    Fixed Win32 DLL support. · 74d5a902
    Michael Beck authored
    libFirm can now be build as static and as dynamic library.
    Two defines control it:
    FIRM_BUILD must be set when libFirm is build.
    FIRM_DLL must be set if libFirm is build as a dynamic library.
    
    The old FIRM_DLL macro is now renamed to FIRM_API.
    
    Additionally
    
    - FIRM_API is added to the ADT headers, this is at least needed for edgfe.
    - some more missing FIRM_API's added ...
    - add a resource file to show libFirm's version under windows
    
    [r27575]
    74d5a902