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
ed1ed6aeb36ec31333e29b829c19c83d07e523b2
ed1ed6aeb36ec31333e29b829c19c83d07e523b2
Switch branch/tag
wine-winehq
dlls
xmllite
tests
Makefile.in
Find file
Normal view
History
Permalink
Makefile.in
84 Bytes
Edit
Web IDE
Newer
Older
xmllite/tests: Add basic test structure for IXmlReader.
80a546ca
Nikolay Sivov
committed
15 years ago
1
TESTDLL
=
xmllite.dll
xmllite/tests: Use static linking to xmllite.dll.
b9b2dafb
Nikolay Sivov
committed
8 years ago
2
IMPORTS
=
xmllite ole32
xmllite/tests: Add basic test structure for IXmlReader.
80a546ca
Nikolay Sivov
committed
15 years ago
3
makefiles: Use the standard C_SRCS variable as the list of test files.
6164ce2d
Alexandre Julliard
committed
14 years ago
4
C_SRCS
=
\
xmllite: Implement CreateXmlWriter.
b32ed46b
Alistair Leslie-Hughes
committed
13 years ago
5
6
reader.c
\
writer.c