-
-
Notifications
You must be signed in to change notification settings - Fork 647
links
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"
}