File: Makefile.bcc

package info (click to toggle)
libtut 0.0.20070706-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,148 kB
  • ctags: 607
  • sloc: cpp: 3,588; xml: 137; makefile: 61; ansic: 9
file content (7 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
CXX=bcc32
CXXOPTS=-w-8066 -w-8027 -q -v -x -I$(TUT) -DTUT_USE_SEH -c -o
LNK=bcc32
LNKOPTS=-e
SFX=_bcc.exe
OFX=_bcc.obj
RM=del