1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
--------------------Configuration: pForth - Win32 Release--------------------
Begining build with project "E:\nomad\pForth\pcbuild\pForth.dsp", at root.
Active configuration is Win32 (x86) Console Application (based on Win32 (x86) Console Application)
Project's tools are:
"32-bit C/C++ Compiler for 80x86" with flags "/nologo /ML /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "PF_SUPPORT_FP" /Fp"Release/pForth.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c "
"Win32 Resource Compiler" with flags "/l 0x409 /d "NDEBUG" "
"Browser Database Maker" with flags "/nologo /o"Release/pForth.bsc" "
"COFF Linker for 80x86" with flags "kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/pForth.pdb" /machine:I386 /out:"../pForth.exe" "
"Custom Build" with flags ""
"<Component 0xa>" with flags ""
Creating temp file "C:\WINDOWS\TEMP\RSP62A2.TMP" with contents </nologo /ML /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "PF_SUPPORT_FP" /Fp"Release/pForth.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"E:\nomad\pForth\csrc\pf_cglue.c"
"E:\nomad\pForth\csrc\pf_clib.c"
"E:\nomad\pForth\csrc\pf_core.c"
"E:\nomad\pForth\csrc\pf_inner.c"
"E:\nomad\pForth\csrc\pf_io.c"
"E:\nomad\pForth\csrc\pf_main.c"
"E:\nomad\pForth\csrc\pf_mem.c"
"E:\nomad\pForth\csrc\pf_save.c"
"E:\nomad\pForth\csrc\pf_text.c"
"E:\nomad\pForth\csrc\pf_words.c"
"E:\nomad\pForth\csrc\pfcompil.c"
"E:\nomad\pForth\csrc\pfcustom.c"
>
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP62A2.TMP"
Creating temp file "C:\WINDOWS\TEMP\RSP62A3.TMP" with contents <kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/pForth.pdb" /machine:I386 /out:"../pForth.exe"
.\Release\pf_cglue.obj
.\Release\pf_clib.obj
.\Release\pf_core.obj
.\Release\pf_inner.obj
.\Release\pf_io.obj
.\Release\pf_main.obj
.\Release\pf_mem.obj
.\Release\pf_save.obj
.\Release\pf_text.obj
.\Release\pf_words.obj
.\Release\pfcompil.obj
.\Release\pfcustom.obj>
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP62A3.TMP"
Compiling...
pf_cglue.c
pf_clib.c
pf_core.c
pf_inner.c
pf_io.c
pf_main.c
pf_mem.c
pf_save.c
pf_text.c
pf_words.c
pfcompil.c
pfcustom.c
Linking...
pForth.exe - 0 error(s), 0 warning(s)
|