Sha256: b0009581e41e9fb87c46de946f897c4e35050115d34935e1434c8b7e63fcd19c
Contents?: true
Size: 544 Bytes
Versions: 135
Compression:
Stored size: 544 Bytes
Contents
# -*- makefile -*- Time-stamp: <04/05/01 00:46:25 ptr> # $Id: evc-common.mak 2443 2006-06-14 19:13:06Z dums $ # missing defines in this file: LDFLAGS_COMMON # For CE, the linker by default uses WinMain() as entry point, using this we make it use the standard main() LDFLAGS_COMMON = $(LDFLAGS_COMMON) /entry:"mainACRTStartup" !ifndef LDLIBS LDLIBS = !endif LDFLAGS_REL = $(LDFLAGS_REL) $(LDFLAGS_COMMON) $(LDSEARCH) LDFLAGS_DBG = $(LDFLAGS_DBG) $(LDFLAGS_COMMON) $(LDSEARCH) LDFLAGS_STLDBG = $(LDFLAGS_STLDBG) $(LDFLAGS_COMMON) $(LDSEARCH)
Version data entries
135 entries across 135 versions & 2 rubygems