Changeset 2e8b33f in nscp for helpers/installer_dll_fw
- Timestamp:
- 10/07/09 06:57:53 (4 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- dbc22d8
- Parents:
- 55e44d4
- Location:
- helpers/installer_dll_fw
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
helpers/installer_dll_fw/Jamfile
re7dbac9 r2e8b33f 8 8 firewall.cpp 9 9 /psdk//hnetcfg 10 /psdk//bufferoverflowu 10 11 /psdk//Msi 11 /psdk//bufferoverflowu12 12 : # requirements 13 13 <def-file>firewall.def … … 15 15 <runtime-link>static 16 16 <threading>multi 17 <include>"D:/Program/Microsoft Platform SDK for Windows Server 2003 R2/Include"18 # <include>"C:/Program Files/Microsoft Platform SDK for Windows Server 2003 R2/Include/Atl"19 20 17 : # default build 21 18 : # usage requirements -
helpers/installer_dll_fw/precomp.h
r8170e81 r2e8b33f 22 22 #include <msiquery.h> 23 23 //#include <strsafe.h> 24 #ifdef USE_PSDK 24 25 #include <netfw.h> 26 #endif 25 27 26 28 //#include "wcautil.h"
Note: See TracChangeset
for help on using the changeset viewer.








