adding CExpr
This commit is contained in:
parent
c973feece9
commit
7947f37851
30 changed files with 10941 additions and 0 deletions
35
CExpr/Cexpr.plg
Normal file
35
CExpr/Cexpr.plg
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
--------------------Configuration: cexpr - Win32 Release--------------------
|
||||
Begining build with project "D:\Code\cexpr\Cexpr.dsp", at root.
|
||||
Active configuration is Win32 (x86) Static Library (based on Win32 (x86) Static Library)
|
||||
|
||||
Project's tools are:
|
||||
"32-bit C/C++ Compiler for 80x86" with flags "/nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "USE_DEFINE" /D "YY_USE_PROTOS" /D "_MBCS" /Fo".\Release/" /Fd".\Release/" /FD /c "
|
||||
"Browser Database Maker" with flags "/nologo /o".\Release/Cexpr.bsc" "
|
||||
"Library Manager" with flags "/nologo /out:".\Release\Cexpr.lib" "
|
||||
"Custom Build" with flags ""
|
||||
"<Component 0xa>" with flags ""
|
||||
|
||||
Creating temp file "E:\TEMP\RSPC.tmp" with contents </nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "USE_DEFINE" /D "YY_USE_PROTOS" /D "_MBCS" /Fo".\Release/" /Fd".\Release/" /FD /c
|
||||
"D:\Code\cexpr\cexpr.cpp"
|
||||
"D:\Code\cexpr\wx_hash.cpp"
|
||||
"D:\Code\cexpr\wx_list.cpp"
|
||||
"D:\Code\cexpr\Y_tab.c"
|
||||
>
|
||||
Creating command line "cl.exe @E:\TEMP\RSPC.tmp"
|
||||
Creating command line "link.exe -lib /nologo /out:".\Release\Cexpr.lib" .\Release\cexpr.obj .\Release\wx_hash.obj .\Release\wx_list.obj .\Release\Y_tab.obj"
|
||||
Compiling...
|
||||
cexpr.cpp
|
||||
wx_hash.cpp
|
||||
wx_list.cpp
|
||||
Generating Code...
|
||||
Compiling...
|
||||
Y_tab.c
|
||||
lexer.l(277) : warning C4013: 'read' undefined; assuming extern returning int
|
||||
y_tab.c(516) : warning C4102: 'yyerrlab' : unreferenced label
|
||||
y_tab.c(516) : warning C4102: 'yynewerror' : unreferenced label
|
||||
Generating Code...
|
||||
Creating library...
|
||||
|
||||
|
||||
|
||||
Cexpr.lib - 0 error(s), 3 warning(s)
|
||||
Reference in a new issue