waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

a.cpp (184B)


      1 
      2 #ifdef _MSC_VER
      3 #	define testshlib_EXPORT __declspec(dllexport)
      4 #else
      5 #	define testshlib_EXPORT
      6 #endif
      7 
      8 extern testshlib_EXPORT void foo();
      9 
     10 static const int truc=5;
     11 
     12 void foo() { }
     13