Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
W
wine-winehq
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • wine
  • wine-winehq
  • Repository

Switch branch/tag
  • wine-winehq
  • dlls
  • riched20
  • Makefile.in
Find file
BlameHistoryPermalink
  • Austin English's avatar
    riched20: Make sure to load dll below 2GB address space. · d50baaa1
    Austin English authored 11 years ago
    d50baaa1
Makefile.in 407 Bytes
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 29
MODULE    = riched20.dll
IMPORTLIB = riched20
IMPORTS   = uuid ole32 oleaut32 imm32 user32 gdi32
EXTRADLLFLAGS = -Wl,--image-base,0x7ac00000

C_SRCS = \
	caret.c \
	clipboard.c \
	context.c \
	editor.c \
	list.c \
	paint.c \
	para.c \
	reader.c \
	richole.c \
	row.c \
	run.c \
	string.c \
	style.c \
	table.c \
	txthost.c \
	txtsrv.c \
	undo.c \
	wrap.c \
	writer.c

RC_SRCS = version.rc

@MAKE_DLL_RULES@

Replace Makefile.in

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.