From: Youssef H. <yha...@dc...> - 2002-12-05 11:13:40
|
Hi, Could somebody help me in getting the resources to compile for occ.exe on windows 2000 (compiler (c1.exe), linker (link.exe) and the libs needed to compile the openc++ sources). I imagine one needs, in addition, the right make-tool. CPP=cl.exe CPP_PROJ=/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=link.exe LINK32_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:yes\ /pdb:"$(OUTDIR)\occ.pdb" /debug /machine:I386 /out:"$(OUTDIR)\occ.exe"\ /pdbtype:sept thanks. |