------ Build started: Project: Encrypt, Configuration: Debug|Win32 ------

Deleting intermediate files and output files for project 'Encrypt', configuration 'Debug|Win32'.
Compiling with Intel(R) Fortran Compiler 10.0.025 [IA-32]...
ifort /nologo /Zi /Od /names:uppercase /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:static /threads /c /watch /Qvc8 /Qlocation,link,"C:\Program Files\Microsoft Visual Studio 8\VC\bin" "E:\2007_fortran\draft_200707\II_02_sample\Win32\Crypto\encrypt.f90"
echo encrypt.f90
C:\PROGRA~1\Intel\Compiler\Fortran\100~1.025\IA32\Bin\fortcom  \
    -D__INTEL_COMPILER=1000 \
    -D_MT \
    -D_M_IX86=700 \
    -D_WIN32 \
    -D__INTEL_COMPILER_BUILD_DATE=20070426 \
    -mGLOB_pack_sort_init_list \
    -IE:\2007_fortran\draft_200707\II_02_sample\Win32\Crypto \
    -I. \
    "-IC:\Program Files\Intel\Compiler\Fortran\10.0.025\IA32\Include" \
    "-IC:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include" \
    "-IC:\Program Files\Microsoft Visual Studio 8\VC\include" \
    "-IC:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include" \
    "-IC:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\include" \
    "-IC:\Program Files\Microsoft Visual Studio 8\VC\ATLMFC\INCLUDE" \
    "-IC:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE" \
    "-IC:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include" \
    "-IC:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\include" \
    "-IC:\Program Files\VNI\CTT6.0\INCLUDE\IA32" \
    "-check bounds" \
    "-fp_modbits honor_f32_conversion" \
    "-fp_modspec fp_speculation_SAFE" \
    "-fp_legacy Op" \
    "-module Debug/" \
    "-names uppercase" \
    -O0 \
    -g2 \
    "-reentrancy threaded" \
    -traceback \
    -mP1OPT_version=1000 \
    -mGLOB_source_language=GLOB_SOURCE_LANGUAGE_F90 \
    -mGLOB_tune_for_fort \
    -mGLOB_use_fort_dope_vector \
    -mP2OPT_static_promotion \
    -mP1OPT_print_version=FALSE \
    -mP3OPT_use_mspp_call_convention \
    "-mGLOB_options_string=-Qvc8 -Qlocation,link,C:\Program Files\Microsoft Visual Studio 8\VC\Bin -nologo -Zi -Od -names:uppercase -module:Debug/ -object:Debug/ -traceback -check:bounds -libs:static -threads -c -watch -Qvc8 -Qlocation,link,C:\Program Files\Microsoft Visual Studio 8\VC\bin" \
    -mGLOB_cxx_limited_range=FALSE \
    -mGLOB_traceback \
    -mGLOB_diag_file=Debug\encrypt.diag \
    -mP3OPT_defaultlibs_omit=FALSE \
    -mP3OPT_defaultlibs=P3OPT_DEFAULTLIBS_STATIC_MULTITHREAD \
    -mP3OPT_defaultlibs_libguide_static=TRUE \
    -mP3OPT_defaultlibs_select=P3OPT_DEFAULTLIBS_SELECT_F90_IVF \
    -mP3OPT_defaultlibs_f90_port \
    -mP1OPT_check_stack \
    -mP3OPT_emit_line_numbers \
    -mP2OPT_suppress_unreferenced_locals=FALSE \
    -mGLOB_debug_format=GLOB_DEBUG_FORMAT_CV8 \
    -mGLOB_machine_model=GLOB_MACHINE_MODEL_IA32_NONE \
    -mGLOB_maintain_errno \
    -mGLOB_use_base_pointer \
    -mGLOB_maintain_precision \
    -mGLOB_fp_speculation=GLOB_FP_SPECULATION_SAFE \
    -mP3OPT_honor_float_conversion=1 \
    -mGLOB_precision_mask=0xffffffff \
    -mP2OPT_subs_out_of_bound=FALSE \
    -mGLOB_ansi_alias \
    -mIPOPT_ninl_limit=0 \
    -mIPOPT_ninl_user_level=0 \
    -mP2OPT_align_array_to_cache_line=FALSE \
    -mGLOB_opt_level=0 \
    -mIPOPT_obj_output_file_name=Debug\encrypt.obj \
    -mGLOB_os_target=GLOB_OS_TARGET_WINNT \
    -mP3OPT_asm_target=P3OPT_ASM_TARGET_MASM5 \
    -mP3OPT_obj_target=P3OPT_OBJ_TARGET_NTCOFF \
    -mP3OPT_enable_safeseh=TRUE \
    -mGLOB_obj_output_file=Debug\encrypt.obj \
    -mGLOB_source_dialect=GLOB_SOURCE_DIALECT_FORTRAN \
    -mP1OPT_source_file_name=E:\2007_fortran\draft_200707\II_02_sample\Win32\Crypto\encrypt.f90 \
    E:\2007_fortran\draft_200707\II_02_sample\Win32\Crypto\encrypt.f90

encrypt.f90
del C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\54002arg

Linking...
Link /OUT:"Debug/Encrypt.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"E:\2007_fortran\draft_200707\II_02_sample\Win32\Crypto\ENCRYPT\debug\encrypt.exe.intermediate.manifest" /DEBUG /PDB:"Debug/Encrypt.pdb" /SUBSYSTEM:CONSOLE kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MACHINE:I386 "Debug/encrypt.obj"
Link: executing 'link'
Microsoft (R) Incremental Linker Version 8.00.50727.762
Copyright (C) Microsoft Corporation.  All rights reserved.

/OUT:Debug/Encrypt.exe 
/INCREMENTAL:NO 
/MANIFEST 
/MANIFESTFILE:E:\2007_fortran\draft_200707\II_02_sample\Win32\Crypto\ENCRYPT\debug\encrypt.exe.intermediate.manifest 
/DEBUG 
/PDB:Debug/Encrypt.pdb 
/SUBSYSTEM:CONSOLE 
kernel32.lib 
user32.lib 
gdi32.lib 
winspool.lib 
comdlg32.lib 
advapi32.lib 
shell32.lib 
ole32.lib 
oleaut32.lib 
uuid.lib 
odbc32.lib 
odbccp32.lib 
/MACHINE:I386 
Debug/encrypt.obj

Embedding manifest...
mt.exe /nologo /outputresource:"E:\2007_fortran\draft_200707\II_02_sample\Win32\Crypto\ENCRYPT\debug\encrypt.exe;#1" /manifest "E:\2007_fortran\draft_200707\II_02_sample\Win32\Crypto\ENCRYPT\debug\encrypt.exe.intermediate.manifest"

Encrypt - 0 error(s), 0 warning(s)