command line

Hello friends, I have a question.
I want to spend the characteristics of a project to another.
reading on the web, can be done using "command line".
the official website is not very clear, the way it should be.
someone could give me a hand.
There he spent the lines
C/C++
/GS /GL /analyze- /W3 /Gy /Zc:wchar_t /I"C:\Program Files\MySQL\Connector C++ 1.1.0\include" /I"C:\Program Files\MySQL\MySQL Server 5.5\include\mysql" /I"C:\Program Files\MySQL\MySQL Server 5.5\lib\debug" /I"C:\Program Files\MySQL\MySQL Server 5.5\include" /I"C:\Program Files\boost\boost_1_51\boost" /Zi /Gm- /O2 /Fd"Release\vc110.pdb" /fp:precise /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "HAVE_INT8_T=1" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /Gd /Oy- /Oi /MD /Fa"Release\" /EHsc /nologo /Fo"Release\" /Fp"Release\08-44.pch"

and for the link
/OUT:"C:\Users\flony\Documents\Visual Studio 2012\Projects\08-44\Release\08-44.exe" /MANIFEST /LTCG /NXCOMPAT /PDB:"C:\Users\flony\Documents\Visual Studio 2012\Projects\08-44\Release\08-44.pdb" /DYNAMICBASE "mysqlcppconn-static.lib" "libmysql.lib" "mysqlclient.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /DEBUG /MACHINE:X86 /OPT:REF /SAFESEH /INCREMENTAL:NO /PGD:"C:\Users\flony\Documents\Visual Studio 2012\Projects\08-44\Release\08-44.pgd" /SUBSYSTEM:CONSOLE /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ManifestFile:"Release\08-44.exe.intermediate.manifest" /OPT:ICF /ERRORREPORT:PROMPT /NOLOGO /LIBPATH:"C:\Program Files\MySQL\Connector C++ 1.1.0\lib\debug" /LIBPATH:"C:\Program Files\MySQL\MySQL Server 5.5\lib\debug" /LIBPATH:"C:\Program Files\MySQL\MySQL Server 5.5\bin" /LIBPATH:"C:\Program Files\boost\boost_1_51\bin" /LIBPATH:"C:\Program Files\boost\boost_1_51\lib" /TLBID:1

obviously modify some things, such as file names.
and if you can do from the IDE?
Topic archived. No new replies allowed.