Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
poppler
poppler
Commits
f6b0caa8
Commit
f6b0caa8
authored
Sep 25, 2007
by
Krzysztof Kowalczyk
Browse files
Add explanation how to use makefile.vc
parent
c06f4c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
makefile.vc
View file @
f6b0caa8
# Makefile for Visual Studio
# Written by Krzysztof Kowalczyk (http://blog.kowalczyk.info)
# This code is in public domain.
# Use it like this from command line:
# * add Visual Studio tools to your %PATH%
# * nmake -f makefile.vc TARGET=rel
# or
# * nmake -f makefile.vc TARGET=dbg
# * the result is perftest.exe in either rel or dbg directory
CC
=
cl.exe
LD
=
link.exe
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment