Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
The Tor Project
Core
Tor
Commits
02d206a5
Commit
02d206a5
authored
12 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Be a good git person: store nmakefiles in correct text fmt
parent
f1fca8aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/common/Makefile.nmake
+20
-20
20 additions, 20 deletions
src/common/Makefile.nmake
src/or/Makefile.nmake
+28
-28
28 additions, 28 deletions
src/or/Makefile.nmake
with
48 additions
and
48 deletions
src/common/Makefile.nmake
+
20
−
20
View file @
02d206a5
all
:
libor.lib libor-crypto.lib libor-event.lib
CFLAGS
=
/I ..
\w
in32 /I ..
\.
.
\.
.
\b
uild-alpha
\i
nclude
LIBOR_OBJECTS
=
address.obj compat.obj container.obj di_ops.obj
\
log.obj
memarea.obj
mempool.obj
procmon.obj
util.obj
\
util_codedigest.obj
LIBOR_CRYPTO_OBJECTS
=
aes.obj crypto.obj torgzip.obj tortls.obj
LIBOR_EVENT_OBJECTS
=
compat_libevent.obj
libor.lib
:
$(LIBOR_OBJECTS)
lib
$(
LIBOR_OBJECTS
)
/out:libor.lib
libor-crypto.lib
:
$(LIBOR_CRYPTO_OBJECTS)
lib
$(
LIBOR_CRYPTO_OBJECTS
)
/out:libor-crypto.lib
libor-event.lib
:
$(LIBOR_EVENT_OBJECTS)
lib
$(
LIBOR_EVENT_OBJECTS
)
/out:libor-event.lib
all
:
libor.lib libor-crypto.lib libor-event.lib
CFLAGS
=
/I ..
\w
in32 /I ..
\.
.
\.
.
\b
uild-alpha
\i
nclude
LIBOR_OBJECTS
=
address.obj compat.obj container.obj di_ops.obj
\
log.obj memarea.obj mempool.obj procmon.obj util.obj
\
util_codedigest.obj
LIBOR_CRYPTO_OBJECTS
=
aes.obj crypto.obj torgzip.obj tortls.obj
LIBOR_EVENT_OBJECTS
=
compat_libevent.obj
libor.lib
:
$(LIBOR_OBJECTS)
lib
$(
LIBOR_OBJECTS
)
/out:libor.lib
libor-crypto.lib
:
$(LIBOR_CRYPTO_OBJECTS)
lib
$(
LIBOR_CRYPTO_OBJECTS
)
/out:libor-crypto.lib
libor-event.lib
:
$(LIBOR_EVENT_OBJECTS)
lib
$(
LIBOR_EVENT_OBJECTS
)
/out:libor-event.lib
This diff is collapsed.
Click to expand it.
src/or/Makefile.nmake
+
28
−
28
View file @
02d206a5
all
:
tor.exe
CFLAGS
=
/I ..
\w
in32 /I ..
\.
.
\.
.
\b
uild-alpha
\i
nclude /I ..
\c
ommon
LIBS
=
..
\.
.
\.
.
\b
uild-alpha
\l
ib
\l
ibevent.a
\
..\..\..\build-alpha\lib\libcrypto.a
\
..\..\..\build-alpha\lib\libssl.a
\
..\..\..\build-alpha\lib\libz.a
\
ws2_32.lib
advapi32.lib
shell32.lib
LIBTOR_OBJECTS
=
buffers.obj circuitbuild.obj circuitlist.obj circuituse.obj
\
command.obj
config.obj
connection.obj
connection_edge.obj
\
connection_or.obj
control.obj
cpuworker.obj
directory.obj
\
dirserv.obj
dirvote.obj
dns.obj
dnsserv.obj
geoip.obj
\
hibernate.obj
main.obj
microdesc.obj
networkstatus.obj
\
nodelist.obj
onion.obj
policies.obj
reasons.obj
relay.obj
\
rendclient.obj
rendcommon.obj
rendmid.obj
rendservice.obj
\
rephist.obj
router.obj
routerlist.obj
routerparse.obj
status.obj
\
config_codedigest.obj
ntmain.obj
libtor.lib
:
$(LIBTOR_OBJECTS)
lib
$(
LIBTOR_OBJECTS
)
/out:libtor.lib
tor.exe
:
libtor.lib tor_main.obj
$(
CC
)
$(
CFLAGS
)
$(
LIBS
)
libtor.lib ..
\c
ommon
\*
.lib tor_main.obj
clean
:
del
$(
LIBTOR_OBJECTS
)
*
.lib tor.exe
all
:
tor.exe
CFLAGS
=
/I ..
\w
in32 /I ..
\.
.
\.
.
\b
uild-alpha
\i
nclude /I ..
\c
ommon
LIBS
=
..
\.
.
\.
.
\b
uild-alpha
\l
ib
\l
ibevent.a
\
..
\.
.
\.
.
\b
uild-alpha
\l
ib
\l
ibcrypto.a
\
..
\.
.
\.
.
\b
uild-alpha
\l
ib
\l
ibssl.a
\
..
\.
.
\.
.
\b
uild-alpha
\l
ib
\l
ibz.a
\
ws2_32.lib advapi32.lib shell32.lib
LIBTOR_OBJECTS
=
buffers.obj circuitbuild.obj circuitlist.obj circuituse.obj
\
command.obj config.obj connection.obj connection_edge.obj
\
connection_or.obj control.obj cpuworker.obj directory.obj
\
dirserv.obj dirvote.obj dns.obj dnsserv.obj geoip.obj
\
hibernate.obj main.obj microdesc.obj networkstatus.obj
\
nodelist.obj onion.obj policies.obj reasons.obj relay.obj
\
rendclient.obj rendcommon.obj rendmid.obj rendservice.obj
\
rephist.obj router.obj routerlist.obj routerparse.obj status.obj
\
config_codedigest.obj ntmain.obj
libtor.lib
:
$(LIBTOR_OBJECTS)
lib
$(
LIBTOR_OBJECTS
)
/out:libtor.lib
tor.exe
:
libtor.lib tor_main.obj
$(
CC
)
$(
CFLAGS
)
$(
LIBS
)
libtor.lib ..
\c
ommon
\*
.lib tor_main.obj
clean
:
del
$(
LIBTOR_OBJECTS
)
*
.lib tor.exe
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