2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00
[SVN r14045]
This commit is contained in:
Vladimir Prus
2002-05-27 09:26:52 +00:00
parent a45718e665
commit fb0cce428d
2 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ rule Cc-action
actions mingw-Cc-action
{
$(MINGW_BIN_DIRECTORY)mingw -c -Wall -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) -I"$(HDRS)" -isystem$(SPACE)"$(STDHDRS)" -o "$(<)" "$(>)"
$(MINGW_BIN_DIRECTORY)gcc -c -Wall -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) -I"$(HDRS)" -isystem$(SPACE)"$(STDHDRS)" -o "$(<)" "$(>)"
}
#### C++ ####
@@ -73,6 +73,6 @@ rule Archive-action
actions updated together piecemeal mingw-Archive-action
{
ar ru$(ARFLAGS) "$(<:T)" "$(>:T)"
$(MINGW_BIN_DIRECTORY)ar ru$(ARFLAGS) "$(<:T)" "$(>:T)"
}

View File

@@ -49,7 +49,7 @@ rule Cc-action
actions mingw-Cc-action
{
$(MINGW_BIN_DIRECTORY)mingw -c -Wall -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) -I"$(HDRS)" -isystem$(SPACE)"$(STDHDRS)" -o "$(<)" "$(>)"
$(MINGW_BIN_DIRECTORY)gcc -c -Wall -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) -I"$(HDRS)" -isystem$(SPACE)"$(STDHDRS)" -o "$(<)" "$(>)"
}
#### C++ ####
@@ -73,6 +73,6 @@ rule Archive-action
actions updated together piecemeal mingw-Archive-action
{
ar ru$(ARFLAGS) "$(<:T)" "$(>:T)"
$(MINGW_BIN_DIRECTORY)ar ru$(ARFLAGS) "$(<:T)" "$(>:T)"
}