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
  • a052e29556f975c3e8bb78bcde7042d2b9b63acd

Switch branch/tag
  • wine-winehq
  • dlls
  • wow32
  • Makefile.in
Find file
Normal viewHistoryPermalink
Makefile.in 98 Bytes
Newer Older
Alexandre Julliard's avatar
Changed builtin dlls file names to make it clear they are not normal
c1bfca04
 
Alexandre Julliard committed 22 years ago
1
MODULE    = wow32.dll
Rob Shearman's avatar
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
48000893
 
Rob Shearman committed 16 years ago
2
IMPORTLIB = wow32
Alexandre Julliard's avatar
dlls: Remove explicit imports of kernel32 and ntdll.
b86d515e
 
Alexandre Julliard committed 14 years ago
3
IMPORTS   = kernel
Alexandre Julliard's avatar
Start using import tables for dlls that can already support it.
27939f00
 
Alexandre Julliard committed 24 years ago
4

Alexandre Julliard's avatar
Added a few empty source files so that each dll has at least one C
ac3ff1a8
 
Alexandre Julliard committed 24 years ago
5 6
C_SRCS = wow_main.c

Alexandre Julliard's avatar
Created separate libraries for dplay, shfolder, shlwapi, wow32 and
c607532a
 
Alexandre Julliard committed 24 years ago
7
@MAKE_DLL_RULES@