Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
93ec0f51
Commit
93ec0f51
authored
21 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Created module aliases: lib-linux.debug and lib-win32.debug (used to get the
debug libraries for the corresponding platform).
parent
4291b042
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CVSROOT/modules
+6
-4
6 additions, 4 deletions
CVSROOT/modules
with
6 additions
and
4 deletions
CVSROOT/modules
+
6
−
4
View file @
93ec0f51
...
...
@@ -24,10 +24,12 @@
# character to interpose another module into the current module. This
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.
lib-linux -a lib/mozilla/js/linux.release lib/mozilla/nspr/linux.release
lib-win32 -a lib/mozilla/js/win32.release lib/mozilla/nspr/win32.release
src-sbbs3 -a src/build src/sbbs3 src/xpdev src/uifc include/mozilla
run-sbbs3 -a ctrl text exec xtrn node1 node2 node3 node4 docs
lib-linux -a lib/mozilla/js/linux.release lib/mozilla/nspr/linux.release
lib-linux.debug -a lib/mozilla/js/linux.debug lib/mozilla/nspr/linux.debug
lib-win32 -a lib/mozilla/js/win32.release lib/mozilla/nspr/win32.release
lib-win32.debug -a lib/mozilla/js/win32.debug lib/mozilla/nspr/win32.debug
src-sbbs3 -a src/build src/sbbs3 src/xpdev src/uifc include/mozilla
run-sbbs3 -a ctrl text exec xtrn node1 node2 node3 node4 docs
install install
include include
lib lib
...
...
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