blob: 39cbe9c3ba20537dffb59d4d75dec088850f719f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//
// Command: +(OS, ...) -(OS, ...) [FILE]
// //: Comment at the beginning
// OS: * Ebd6 Ebd7 WinXP Vista Win7 Win8 WinBlue
// +: Add for OS
// -: Remove for OS
//
+(*) [$(DDK_LIB_PATH)\ndis.lib]
+(*) [$(DDK_LIB_PATH)\ntoskrnl.lib]
+(*) [$(DDK_LIB_PATH)\usbd.lib]
+(*) [$(DDK_LIB_PATH)\sdbus.lib]
+(*) -(WinXP Vista Win7 Win8 WinBlue) [$(DDK_LIB_PATH)\wlan\1.0\TlvGeneratorParser.lib]
+(*) [$(TMP_LIBS)]
|