source: nscp/modules/CheckTaskSched/Jamfile @ 5e12ba6

0.4.00.4.10.4.2
Last change on this file since 5e12ba6 was 308b6f5, checked in by Michael Medin <michael@…>, 4 years ago

Fixed issues with new installer (now works setting options again)

  • Property mode set to 100644
File size: 550 bytes
Line 
1local target = CheckTaskSched ;
2local source = $(target) ;
3
4project
5        : requirements
6        <find-static-library>Mstask
7        ;
8
9
10lib $(target)
11
12        : # sources
13        $(source).cpp
14        TaskSched.cpp
15        ../../include/NSCHelper.cpp
16        ../../include/arrayBuffer.cpp
17
18        : # requirements
19        <def-file>$(source).def
20        #<user-interface>gui
21        <runtime-link>static
22        <include>"C:/Program Files/Microsoft Visual Studio 8/VC/atlmfc/include"
23        <library-path>"C:/Program Files/Microsoft Visual Studio 8/VC/atlmfc/lib"
24
25        : # default build
26
27        : # usage requirements
28        ;
29
Note: See TracBrowser for help on using the repository browser.