Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Lib
Wild
Commits
f8ce9bc3
Commit
f8ce9bc3
authored
24 years ago
by
Ben Laughton
Browse files
Options
Download
Email Patches
Plain Diff
Modified to use srccommit.
Version 0.01. Tagged as 'Wild-0_01'
parent
b602c078
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
MainMake
MainMake
+2
-1
VersionNum
VersionNum
+5
-5
No files found.
MainMake
View file @
f8ce9bc3
...
...
@@ -137,7 +137,8 @@ $(EXP_DIR).dirs:
export: export_$(PHASE)
export_hdrs: $(EXP_DIR).dirs
@$(CP) Export.h $(EXP_DIR).* $(CPFLAGS)
@$(CP) Export.h $(EXP_DIR).* $(CPFLAGS)
@$(CP) VersionNum $(EXP_DIR).LibVersion $(CPFLAGS)
export_libs: $(TARGET) $(EXP_DIR).dirs
@$(CP) $(TARGET) $(EXP_DIR).o.* $(CPFLAGS)
...
...
This diff is collapsed.
Click to expand it.
VersionNum
View file @
f8ce9bc3
/* (0.0
0
)
/* (0.0
1
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 0.0
0
#define Module_MajorVersion_CMHG 0.0
1
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 11 Apr 2000
#define Module_MajorVersion "0.0
0
"
#define Module_Version
0
#define Module_MajorVersion "0.0
1
"
#define Module_Version
1
#define Module_MinorVersion ""
#define Module_Date "11 Apr 2000"
#define Module_FullVersion "0.0
0
"
#define Module_FullVersion "0.0
1
"
This diff is collapsed.
Click to expand it.
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