diff options
Diffstat (limited to 'ccast/axTLS/Jamfile')
-rwxr-xr-x[-rw-r--r--] | ccast/axTLS/Jamfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ccast/axTLS/Jamfile b/ccast/axTLS/Jamfile index 2e8b027..9a8aff4 100644..100755 --- a/ccast/axTLS/Jamfile +++ b/ccast/axTLS/Jamfile @@ -3,11 +3,9 @@ PREF_CCFLAGS = $(CCOPTFLAG) ; # Turn optimisation on #PREF_CCFLAGS = $(CCDEBUGFLAG) ; # Debugging flags PREF_LINKFLAGS = $(LINKDEBUGFLAG) ; -# Copy the configuration file if $(NT) { DEFINES += WIN32 ; } else { -# File conf.h : tiffconf.vc.h ; if $(OS) = MACOSX { } else if $(OS) = FREEBSD { } else { |