Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wireshark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external-tools
wireshark
Commits
513649aa
Commit
513649aa
authored
Aug 16, 2006
by
Ulf Lamping
Browse files
Options
Downloads
Patches
Plain Diff
rollback some IMO unintended changes to the config settings
svn path=/trunk/; revision=18932
parent
f17222a8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config.nmake
+4
-4
4 additions, 4 deletions
config.nmake
with
4 additions
and
4 deletions
config.nmake
+
4
−
4
View file @
513649aa
...
...
@@ -36,7 +36,7 @@ RC_WTAP_VERSION=0,3
# If you're not building with WinPcap at all, don't set it (comment
# out or remove the line that sets it).
#
WINPCAP_VERSION=
4.0
WINPCAP_VERSION=
3.1
#
# Directory, where your User's Guide reside, relative to the source dir.
...
...
@@ -202,7 +202,7 @@ LOCAL_LDFLAGS=/DEBUG
PDB_FILE=vc*.pdb
# Set up the path to the cygwin binaries
CYGWIN_PATH=c:\
Programmi\
cygwin\bin
CYGWIN_PATH=c:\cygwin\bin
# Set up the path to some required DLLs
DLL_PATH=$(GLIB_DIR)\bin;$(GETTEXT_DIR)\bin;$(ICONV_DIR)\bin
...
...
@@ -222,9 +222,9 @@ POD2MAN=$(SH) pod2man
POD2HTML=$(SH) pod2html
# command for python (native windows version)
PYTHON="C:/
Programmi/
python24/python.exe"
#
PYTHON="C:/python24/python.exe"
# add native python to the path (not needed if cygwin's python is used)
PATH=c:\
Programmi\
python24;$(PATH)
#
PATH=c:\python24;$(PATH)
# command for python (typically cygwin's python package)
PYTHON=env python
...
...
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