2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Update for recent changes.

[SVN r18803]
This commit is contained in:
Vladimir Prus
2003-06-16 12:54:05 +00:00
parent 51de833b1c
commit 2fa7cb68b3
8 changed files with 32 additions and 8 deletions

View File

@@ -2,4 +2,4 @@
# Declare a executable file, which uses a library. Note that
# includes that for library will be automatically used
# when compiling 'app.cpp'
exe app : app.cpp ../lib1/lib1 ;
exe app : app.cpp ../lib1//lib1 ;

View File

@@ -1,2 +1,5 @@
import gcc ;
import gcc ;
import toolset : using ;
using borland ;

View File

@@ -1,2 +1,6 @@
exe hello : main.cpp hello_world_widget.ui : <uses>qt ;
project
: default-build <threading>multi
;
exe hello : main.cpp hello_world_widget.ui : <library>/qt//qt ;

View File

@@ -1,2 +1,7 @@
exe t7 : main.cpp lcdrange.cpp lcdrange.h : <uses>qt ;
project
# built MT version, unless asked otherwise.
: default-build <threading>multi
;
exe t7 : main.cpp lcdrange.cpp lcdrange.h : <library>/qt//qt ;

View File

@@ -2,4 +2,4 @@
# Declare a executable file, which uses a library. Note that
# includes that for library will be automatically used
# when compiling 'app.cpp'
exe app : app.cpp ../lib1/lib1 ;
exe app : app.cpp ../lib1//lib1 ;

View File

@@ -1,2 +1,5 @@
import gcc ;
import gcc ;
import toolset : using ;
using borland ;

View File

@@ -1,2 +1,6 @@
exe hello : main.cpp hello_world_widget.ui : <uses>qt ;
project
: default-build <threading>multi
;
exe hello : main.cpp hello_world_widget.ui : <library>/qt//qt ;

View File

@@ -1,2 +1,7 @@
exe t7 : main.cpp lcdrange.cpp lcdrange.h : <uses>qt ;
project
# built MT version, unless asked otherwise.
: default-build <threading>multi
;
exe t7 : main.cpp lcdrange.cpp lcdrange.h : <library>/qt//qt ;