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
3e8d4e76e5daf46ca3d2776a0aedcde51226c48d
3e8d4e76e5daf46ca3d2776a0aedcde51226c48d
Switch branch/tag
wine-winehq
programs
lodctr
Makefile.in
Find file
Normal view
History
Permalink
Makefile.in
109 Bytes
Edit
Web IDE
Newer
Older
programs: Add lodctr and unlodctr tools.
347272b3
Andrey Turkin
committed
15 years ago
1
MODULE
=
lodctr.exe
programs: Don't make apps Unicode if they don't use the command line.
8e71504e
Alexandre Julliard
committed
15 years ago
2
APPMODE
=
-mconsole
programs: Remove explicit imports of kernel32 and ntdll.
6fb39dfe
Alexandre Julliard
committed
14 years ago
3
IMPORTS
=
loadperf
programs: Add lodctr and unlodctr tools.
347272b3
Andrey Turkin
committed
15 years ago
4
5
6
7
C_SRCS
=
lodctr_main.c
@MAKE_PROG_RULES@