File: vc_config_make_rules-dist

package info (click to toggle)
speech-tools 1%3A2.5.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,848 kB
  • sloc: cpp: 67,350; ansic: 12,175; sh: 4,047; java: 3,748; makefile: 1,109; lisp: 711; perl: 501; awk: 85; xml: 9
file content (28 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

 ######################################################################
 #                                                                    #
 # Configuration variable make settings for MicroCruft Visual C++     #
 #                                                                    #
 ######################################################################

MODULEFLAGS=/DSUPPORT_EDITLINE=1
AUDIOFLAGS=/DSUPPORT_MPLAYER=1 /DSUPPORT_WIN32AUDIO=1

DEBUGFLAGS= /Zi
LINKDEBUGFLAGS = /debug

OPTFLAGS= /EHsc /wd4675

INCLUDEFLAGS= /I$(TOP)/include $(LOCAL_INCLUDES)

LINKFLAGS=$(LINKDEBUGFLAGS)

LIB_DIR=lib

ESTLIBS = $(TOP)\lib\libestools.lib $(TOP)\lib\libestbase.lib $(TOP)\lib\libeststring.lib

WINLIBS = wsock32.lib winmm.lib

!ifndef VCLIBS
VCLIBS = $(ESTLIBS)
!endif