Changeset 2e8b33f in nscp for helpers/installer_dll_fw


Ignore:
Timestamp:
10/07/09 06:57:53 (4 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
dbc22d8
Parents:
55e44d4
Message:

Changes to the build system to fix broken psdk.jam libs as well as addition to support building debug symbols.

Location:
helpers/installer_dll_fw
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • helpers/installer_dll_fw/Jamfile

    re7dbac9 r2e8b33f  
    88  firewall.cpp 
    99  /psdk//hnetcfg 
     10  /psdk//bufferoverflowu 
    1011  /psdk//Msi 
    11   /psdk//bufferoverflowu 
    1212  : # requirements 
    1313  <def-file>firewall.def 
     
    1515  <runtime-link>static 
    1616  <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  
    2017  : # default build 
    2118  : # usage requirements 
  • helpers/installer_dll_fw/precomp.h

    r8170e81 r2e8b33f  
    2222#include <msiquery.h> 
    2323//#include <strsafe.h> 
     24#ifdef USE_PSDK 
    2425#include <netfw.h> 
     26#endif 
    2527 
    2628//#include "wcautil.h" 
Note: See TracChangeset for help on using the changeset viewer.