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
  • programs
  • rpcss
  • Makefile.in
Find file
BlameHistoryPermalink
  • Alexandre Julliard's avatar
    makefiles: Add a standard header for all makefiles to replace the common variable initializations. · 81b8ee86
    Alexandre Julliard authored 14 years ago
    81b8ee86
Makefile.in 192 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
EXTRADEFS = -D__WINESRC__
MODULE    = rpcss.exe
APPMODE   = -mconsole
IMPORTS   = rpcrt4

C_SRCS = \
	epmp.c \
	irotp.c \
	rpcss_main.c

IDL_S_SRCS = \
	epm.idl \
	irot.idl

@MAKE_PROG_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.