Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
9f93080754feae79a292508f48f96a17cfdf80cf
9f93080754feae79a292508f48f96a17cfdf80cf
Switch branch/tag
wine-cw
libs
wpp
Makefile.in
Find file
Normal view
History
Permalink
Makefile.in
92 Bytes
Edit
Web IDE
Newer
Older
makefiles: Move the static library rules to the global Make.rules file.
e318b4a5
Alexandre Julliard
committed
11 years ago
1
STATICLIB
=
libwpp.a
Split the C preprocessor from wrc into a separate library.
b7d3c79b
Alexandre Julliard
committed
22 years ago
2
3
4
5
6
C_SRCS
=
\
preproc.c
\
wpp.c
makefiles: Add global rules for bison and lex files.
9c085cba
Alexandre Julliard
committed
18 years ago
7
8
LEX_SRCS
=
ppl.l
BISON_SRCS
=
ppy.y