Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
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
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
ee47def0adf81da86c8a6ff9ced626124cca0fd2
ee47def0adf81da86c8a6ff9ced626124cca0fd2
Switch branch/tag
wine-winehq
dlls
version
Makefile.in
Find file
Normal view
History
Permalink
Makefile.in
107 Bytes
Edit
Web IDE
Newer
Older
Changed builtin dlls file names to make it clear they are not normal
c1bfca04
Alexandre Julliard
committed
22 years ago
1
MODULE
=
version.dll
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
48000893
Rob Shearman
committed
16 years ago
2
IMPORTLIB
=
version
Start using import tables for dlls that can already support it.
27939f00
Alexandre Julliard
committed
24 years ago
3
Implementation of VERSION.DLL. Based on old misc/ver.c.
ce821773
Ulrich Weigand
committed
25 years ago
4
C_SRCS
=
\
version: Merge all 3 C source files into one.
d8ed83e3
Marcus Meissner
committed
13 years ago
5
version.c
Added --disable-win16 configure option.
c728efc3
Alexandre Julliard
committed
22 years ago
6
Added version information for a number of dlls.
9dd1f1e3
Alexandre Julliard
committed
17 years ago
7
8
RC_SRCS
=
version.rc
Moved dll-specific make rules to a separate Makedll.rules file.
d0edc5fe
Alexandre Julliard
committed
24 years ago
9
@MAKE_DLL_RULES@