File: Makefile.vc8

package info (click to toggle)
libtut 0.0.20070706-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 1,020 kB
  • ctags: 607
  • sloc: cpp: 3,588; sh: 2,202; xml: 137; makefile: 59; ansic: 9
file content (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
CXX=cl
CXXOPTS=-c /Ox /EHac /GR /MT -I$(TUT) $(INCLUDES) -DTUT_USE_SEH /Fo
LNK=link
LNKOPTS=/link $(LIBS) /OUT:
SFX=_vc.exe
OFX=_vc.obj
RM=del /Q /F