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
aefd9b553327f33c4272ad05d053ef30adb8f191
aefd9b553327f33c4272ad05d053ef30adb8f191
Switch branch/tag
wine-winehq
programs
expand
Makefile.in
Find file
Normal view
History
Permalink
Makefile.in
104 Bytes
Edit
Web IDE
Newer
Older
Renamed Winelib apps to .exe.so to follow the dll naming convention.
cc2ee763
Alexandre Julliard
committed
22 years ago
1
MODULE
=
expand.exe
Build all the programs with winegcc.
6621b2d2
Alexandre Julliard
committed
20 years ago
2
APPMODE
=
-mconsole
programs: Remove explicit imports of kernel32 and ntdll.
6fb39dfe
Alexandre Julliard
committed
14 years ago
3
IMPORTS
=
setupapi
Moved expand.c from libtest to programs/expand.
acfda14a
Alexandre Julliard
committed
22 years ago
4
5
6
7
C_SRCS
=
expand.c
@MAKE_PROG_RULES@