0.4.00.4.10.4.2
|
Last change
on this file since e6792f3 was
2e8b33f,
checked in by Michael Medin <michael@…>, 4 years ago
|
|
Changes to the build system to fix broken psdk.jam libs as well as addition to support building debug symbols.
|
-
Property mode set to
100644
|
|
File size:
337 bytes
|
| Line | |
|---|
| 1 | local target = installer_dll_fw ;
|
|---|
| 2 | local source = dllmain ;
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 | lib $(target)
|
|---|
| 6 | : # sources
|
|---|
| 7 | $(source).cpp
|
|---|
| 8 | firewall.cpp
|
|---|
| 9 | /psdk//hnetcfg
|
|---|
| 10 | /psdk//bufferoverflowu
|
|---|
| 11 | /psdk//Msi
|
|---|
| 12 | : # requirements
|
|---|
| 13 | <def-file>firewall.def
|
|---|
| 14 | <user-interface>gui
|
|---|
| 15 | <runtime-link>static
|
|---|
| 16 | <threading>multi
|
|---|
| 17 | : # default build
|
|---|
| 18 | : # usage requirements
|
|---|
| 19 | ;
|
|---|
Note: See
TracBrowser
for help on using the repository browser.