Skip to content
Jason Perkins edited this page Apr 14, 2015 · 9 revisions

Managed C++ projects can now link against managed assemblies by explicitly specifying the ".dll" file extension. Unmanaged libraries should continued to be specified without any decoration.

#!lua

links {
   "System.dll", 
   "../Libs/nunit.framework.dll",
   "gdi32"
}

Clone this wiki locally