From 96e9a3da6a4bc655edae78246c2efc5ed7fa41a5 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sun, 29 Jun 2003 04:36:15 +0000 Subject: [PATCH] Add --c99 for C compiles [SVN r18883] --- como-win32-tools.jam | 2 +- v1/como-win32-tools.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/como-win32-tools.jam b/como-win32-tools.jam index f759378c7..0f2eec8bf 100644 --- a/como-win32-tools.jam +++ b/como-win32-tools.jam @@ -109,7 +109,7 @@ actions como-Cc-action $(COMO_BACKEND_LIB_SETUP) $(COMO_PATH_SETUP) $(COMO_BASE_SETUP) - $(COMO_BIN_DIRECTORY)como -c -e5 --no_version --display_error_number --diag_suppress=9,21,161,748,940,962 -U$(UNDEFS) -D$(DEFINES) $(WARN) $(CFLAGS) -I"$(HDRS)" -I"$(STDHDRS)" -o "$(<:D=)" "$(>)" + $(COMO_BIN_DIRECTORY)como -c --c99 -e5 --no_version --display_error_number --diag_suppress=9,21,161,748,940,962 -U$(UNDEFS) -D$(DEFINES) $(WARN) $(CFLAGS) -I"$(HDRS)" -I"$(STDHDRS)" -o "$(<:D=)" "$(>)" } #### C++ #### diff --git a/v1/como-win32-tools.jam b/v1/como-win32-tools.jam index f759378c7..0f2eec8bf 100644 --- a/v1/como-win32-tools.jam +++ b/v1/como-win32-tools.jam @@ -109,7 +109,7 @@ actions como-Cc-action $(COMO_BACKEND_LIB_SETUP) $(COMO_PATH_SETUP) $(COMO_BASE_SETUP) - $(COMO_BIN_DIRECTORY)como -c -e5 --no_version --display_error_number --diag_suppress=9,21,161,748,940,962 -U$(UNDEFS) -D$(DEFINES) $(WARN) $(CFLAGS) -I"$(HDRS)" -I"$(STDHDRS)" -o "$(<:D=)" "$(>)" + $(COMO_BIN_DIRECTORY)como -c --c99 -e5 --no_version --display_error_number --diag_suppress=9,21,161,748,940,962 -U$(UNDEFS) -D$(DEFINES) $(WARN) $(CFLAGS) -I"$(HDRS)" -I"$(STDHDRS)" -o "$(<:D=)" "$(>)" } #### C++ ####