From: Youssef H. <yha...@dc...> - 2002-12-04 16:52:50
|
Hi, Could somebody help me in getting the compiler (c1.exe), the linker = (link.exe) and the libs needed to compile the openc++ sources. I imagine one needs, in addition, the right make-tool. CPP=3Dcl.exe CPP_PROJ=3D/nologo /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D = "_CONSOLE"\ /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\occ.pch" /YX = /Fo"$(INTDIR)\\"\ /Fd"$(INTDIR)\\" /FD /c /TP LINK32=3Dlink.exe LINK32_FLAGS=3Dkernel32.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:yes\ /pdb:"$(OUTDIR)\occ.pdb" /debug /machine:I386 /out:"$(OUTDIR)\occ.exe"\ /pdbtype:sept =20 thanks. |