FrankLIKE / dfl2

Now dfl can use in Visual Studio .net.
17 stars 1 forks source link

Error in dub.json #3

Closed Damanox closed 9 years ago

Damanox commented 9 years ago

Can't build dfl in configuration "dfl"

ole32.lib.lib
 Warning 2: File Not Found ole32.lib.lib
oleAut32.lib.lib
 Warning 2: File Not Found oleAut32.lib.lib
gdi32.lib.lib
 Warning 2: File Not Found gdi32.lib.lib
comctl32.lib.lib
 Warning 2: File Not Found comctl32.lib.lib
comdlg32.lib.lib
 Warning 2: File Not Found comdlg32.lib.lib
advapi32.lib.lib
 Warning 2: File Not Found advapi32.lib.lib
uuid.lib.lib
 Warning 2: File Not Found uuid.lib.lib
ws2_32.lib.lib
 Warning 2: File Not Found ws2_32.lib.lib
"libs": [
    "ole32.lib",
    "oleAut32.lib",
    "gdi32.lib",
    "comctl32.lib",
    "comdlg32.lib",
    "advapi32.lib",
    "uuid.lib",
    "ws2_32.lib"
],

unnecessary .lib

FrankLIKE commented 9 years ago

Thank you,it's ok now.