
April 9th, 2004, 12:40 PM
|
|
Registered User
|
|
Join Date: Apr 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Problems compiling (too many .obj files?)
Hi,
I never had this problem before but I'm working on a little project and I'm having
troubles compiling. I use BCC32.exe from borland (freecommandlinetools) and when I
type this: bcc32 program.cpp -o object1.obj object2.obj ... (alot of objects)
I cant get all my object files on the commandline so it can't compile... Its the same problem
if I put all this in a Makefile, cuz finaly make puts these commands in commandline too.
Is there a way to extend the maximum size of characters in the commandline (MSDOS)? Or should
I take another solution?
Thx in advance,
RaKKeR
|