Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libyaml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libyaml
Commits
31acda349f29
Commit
31acda349f29
authored
16 years ago
by
Kirill Simonov
Browse files
Options
Downloads
Patches
Plain Diff
Added autoconf rules to distribute win32 project files.
parent
6faba19397a1
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.am
+2
-2
2 additions, 2 deletions
Makefile.am
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
win32/Makefile.am
+24
-0
24 additions, 0 deletions
win32/Makefile.am
with
27 additions
and
3 deletions
Makefile.am
+
2
−
2
View file @
31acda34
## Run `./bootstrap` to generate the "Makefile.in" files in this directory and
## the "$SUBDIR" subdirectories.
## the "$SUBDIR
S
" subdirectories.
...
...
@@ -3,5 +3,5 @@
SUBDIRS
=
include src
.
tests
SUBDIRS
=
include src
.
tests
win32
EXTRA_DIST
=
README LICENSE doc/doxygen.cfg
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
31acda34
...
...
@@ -67,7 +67,7 @@
AC_TYPE_SIZE_T
# Define Makefiles.
AC_CONFIG_FILES([include/Makefile src/Makefile Makefile tests/Makefile])
AC_CONFIG_FILES([include/Makefile src/Makefile Makefile tests/Makefile
win32/Makefile
])
# Generate the "configure" script.
AC_OUTPUT
This diff is collapsed.
Click to expand it.
win32/Makefile.am
0 → 100644
+
24
−
0
View file @
31acda34
VC6_FILES
=
vc6/libyaml.dsw vc6/yaml.dsp vc6/yamldll.dsp
\
vc6/test_version.dsp vc6/test_reader.dsp
\
vc6/run_scanner.dsp vc6/run_parser.dsp
\
vc6/run_loader.dsp vc6/run_emitter.dsp vc6/run_dumper.dsp
\
vc6/example_reformatter.dsp vc6/example_reformatter_alt.dsp
\
vc6/example_deconstructor.dsp vc6/example_deconstructor_alt.dsp
VS2003_FILES
=
vs2003/libyaml.sln vs2003/yaml.vcproj vs2003/yamldll.vcproj
\
vs2003/test_version.vcproj vs2003/test_reader.vcproj
\
vs2003/run_scanner.vcproj vs2003/run_parser.vcproj
\
vs2003/run_loader.vcproj vs2003/run_emitter.vcproj vs2003/run_dumper.vcproj
\
vs2003/example_reformatter.vcproj vs2003/example_reformatter_alt.vcproj
\
vs2003/example_deconstructor.vcproj vs2003/example_deconstructor_alt.vcproj
VS2008_FILES
=
vs2008/libyaml.sln vs2008/yaml.vcproj vs2008/yamldll.vcproj
\
vs2008/test_version.vcproj vs2008/test_reader.vcproj
\
vs2008/run_scanner.vcproj vs2008/run_parser.vcproj
\
vs2008/run_loader.vcproj vs2008/run_emitter.vcproj vs2008/run_dumper.vcproj
\
vs2008/example_reformatter.vcproj vs2008/example_reformatter_alt.vcproj
\
vs2008/example_deconstructor.vcproj vs2008/example_deconstructor_alt.vcproj
EXTRA_DIST
=
config.h
$(
VC6_FILES
)
$(
VS2003_FILES
)
$(
VS2008_FILES
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment