From: Dupont, M. <mic...@mc...> - 2002-12-05 11:59:12
|
start with www.cygwin.com and download the gcc. Or do you have to use this stupid mscv compiler? mike -----Original Message----- From: Youssef HASSOUN [mailto:yha...@dc...] Sent: Thursday, December 05, 2002 12:09 PM To: op...@cs... Subject: [opencxx] resources compiling for occ.exe on win2000 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. |