[CMAKE]
[reactos.git] / lib / 3rdparty / stlport / build / Makefiles / nmake / lib / vc-common.mak
1 # -*- makefile -*- Time-stamp: <03/10/17 14:09:57 ptr>
2 # $Id$
3
4
5 # Oh, the commented below work for gmake 3.78.1 and above,
6 # but phrase without tag not work for it. Since gmake 3.79
7 # tag with assignment fail, but work assignment for all tags
8 # (really that more correct).
9
10 !ifndef LDLIBS
11 LDLIBS =
12 !endif
13
14 #Per default MSVC vcvars32.bat script set the LIB environment
15 #variable to get the native library, there is no need to add
16 #them here
17 #LDSEARCH = $(LDSEARCH) /LIBPATH:"$(MSVC_LIB_DIR)"
18
19 LDFLAGS_REL = $(LDFLAGS_REL) /dll $(LDSEARCH)
20 LDFLAGS_DBG = $(LDFLAGS_DBG) /dll $(LDSEARCH)
21 LDFLAGS_STLDBG = $(LDFLAGS_STLDBG) /dll $(LDSEARCH)
22 # LDFLAGS_STATIC = $(LDSEARCH)
23
24 LDFLAGS_REL = $(LDFLAGS_REL) /version:$(MAJOR).$(MINOR)
25 LDFLAGS_DBG = $(LDFLAGS_DBG) /version:$(MAJOR).$(MINOR)
26 LDFLAGS_STLDBG = $(LDFLAGS_STLDBG) /version:$(MAJOR).$(MINOR)