Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cJSON
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
cJSON
Commits
7b642a1f1979
Commit
7b642a1f1979
authored
5 years ago
by
Jean-Francois Pieronne
Browse files
Options
Downloads
Patches
Plain Diff
Add OpenVMS/startup.com
parent
460870e614eb
No related branches found
No related tags found
1 merge request
!1
Topic/open vms/vms1713
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
OpenVMS/startup.com
+14
-0
14 additions, 0 deletions
OpenVMS/startup.com
with
14 additions
and
0 deletions
OpenVMS/startup.com
0 → 100644
+
14
−
0
View file @
7b642a1f
$ this = f$environment("PROCEDURE")
$ this_dir = f$parse(this,,,"DEVICE") + f$parse(this,,,"DIRECTORY")
$ define/system/exec/nolog LIBCJSON 'this_dir'
$
$ define/system/exec/nolog CJSONSHR32 LIBCJSON:CJSONshr32.exe
$ define/system/exec/nolog CJSONSHR64 LIBCJSON:CJSONshr64.exe
$
$ if .not. f$file_attributes("CJSONshr32","KNOWN")
$ then
$ install add 'p1' CJSONSHR32
$ else
$ install replace CJSONSHR32
$ endif
$
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