Ignore:
Timestamp:
Jun 13, 2012, 1:36:00 PM (11 years ago)
Author:
sam
Message:

build: add a new libcaca Windows build and add the proper MSBuild rules
to link with it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contrib/libcaca-0.99.beta18/include/caca.h

    r1464 r1465  
    3232#elif defined _WIN32 && defined __LIBCACA__ && defined DLL_EXPORT
    3333#   define __extern extern __declspec(dllexport)
    34 #elif defined _WIN32 && !defined __LIBCACA__
     34#elif defined _WIN32 && !defined __LIBCACA__ && !defined CACA_STATIC
    3535#   define __extern extern __declspec(dllimport)
    3636#else
Note: See TracChangeset for help on using the changeset viewer.