Einzelnen Beitrag anzeigen

Benutzerbild von bigg
bigg

Registriert seit: 1. Jul 2007
155 Beiträge
 
#7

Re: Borland C++ 5.5

  Alt 26. Jan 2008, 10:36
Hi,

klar geht das, viele wissen nur nicht, wie es geht oder arbeiten lieber mit einer IDE.

Kompilieren mit Borland C++
Code:
X:\BCPP5\Bin\bcc32.exe -c %DateipfadXY%
Leg eine Datei im Bin-Verzeichnis an und nenne sie "bcc32.cfg".
Hier der Inhalt der Datei:
Code:
"-I""X:\BCPP5\Include\"
"-L""X:\BCPP5\Lib\"
"-n""X:\Ausgabeverzeichnis\"
"-O"
Vergiss nicht die Dateipfade zu ändern.

Die restlichen Parameter:
Code:
  -3    * 80386 Instructions       -4      80486 Instructions
  -5      Pentium Instructions     -6      Pentium Pro Instructions
  -Ax    Disable extensions       -B     Compile via assembly
  -C     Allow nested comments    -Dxxx  Define macro
  -Exxx  Alternate Assembler name -Hxxx  Use pre-compiled headers
  -Ixxx  Include files directory  -K     Default char is unsigned
  -Lxxx  Libraries directory      -M     Generate link map
  -N     Check stack overflow     -Ox    Optimizations
  -P     Force C++ compile        -R     Produce browser info
  -RT  * Generate RTTI            -S     Produce assembly output
  -Txxx  Set assembler option     -Uxxx  Undefine macro
  -Vx    Virtual table control    -X     Suppress autodep. output
  -aN    Align on N bytes         -b   * Treat enums as integers
  -c     Compile only             -d     Merge duplicate strings
  -exxx  Executable file name     -fxx   Floating point options
  -gN    Stop after N warnings    -iN    Max. identifier length
  -jN    Stop after N errors      -k   * Standard stack frame
  -lx    Set linker option        -nxxx  Output file directory
  -oxxx  Object file name         -p     Pascal calls
  -tWxxx Create Windows app       -u   * Underscores on externs
  -v     Source level debugging   -wxxx  Warning control
  -xxxx  Exception handling       -y     Produce line number info
  -zxxx  Set segment names
  Mit Zitat antworten Zitat