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

Remove TABS.

[SVN r15176]
This commit is contained in:
Rene Rivera
2002-09-06 14:30:33 +00:00
parent 95df2ca6e0
commit 833ff260b7
4 changed files with 8 additions and 8 deletions

View File

@@ -17,8 +17,8 @@ template t-common
# SOURCES
:
# REQUIREMENTS
<include>$(SUBDIR)/include
<define>SOME_DEFINE
<include>$(SUBDIR)/include
<define>SOME_DEFINE
:
# DEFAULT BUILDS
;

View File

@@ -18,7 +18,7 @@ subproject tools/build/examples/template_use/sub ;
lib simple
:
# SOURCES
<template>../t-common
<template>../t-common
simple_lib.cpp
:
# REQUIREMENTS
@@ -33,7 +33,7 @@ lib simple
exe simple
:
# SOURCES
<template>../t-common
<template>../t-common
simple.cpp
<lib>simple
:

View File

@@ -17,8 +17,8 @@ template t-common
# SOURCES
:
# REQUIREMENTS
<include>$(SUBDIR)/include
<define>SOME_DEFINE
<include>$(SUBDIR)/include
<define>SOME_DEFINE
:
# DEFAULT BUILDS
;

View File

@@ -18,7 +18,7 @@ subproject tools/build/examples/template_use/sub ;
lib simple
:
# SOURCES
<template>../t-common
<template>../t-common
simple_lib.cpp
:
# REQUIREMENTS
@@ -33,7 +33,7 @@ lib simple
exe simple
:
# SOURCES
<template>../t-common
<template>../t-common
simple.cpp
<lib>simple
: