Skip to content

Commit

Permalink
New "cckdmap" utility
Browse files Browse the repository at this point in the history
  • Loading branch information
Fish-Git committed Mar 22, 2019
1 parent 1957df4 commit ae0313a
Show file tree
Hide file tree
Showing 10 changed files with 911 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Hercules_VS2008.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@
RelativePath=".\cckddiag64.c"
>
</File>
<File
RelativePath=".\cckdmap.c"
>
</File>
<File
RelativePath=".\cckdswap.c"
>
Expand Down
1 change: 1 addition & 0 deletions Hercules_VS2015.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
<ClCompile Include="cckddasd64.c" />
<ClCompile Include="cckddiag64.c" />
<ClCompile Include="cckdswap64.c" />
<ClCompile Include="cckdmap.c" />
<ClCompile Include="convto64.c" />
<ClCompile Include="cckdutil64.c" />
<ClCompile Include="cgibin.c" />
Expand Down
3 changes: 3 additions & 0 deletions Hercules_VS2015.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@
<ClCompile Include="cckdswap64.c">
<Filter>Source Files\Utilities\disk</Filter>
</ClCompile>
<ClCompile Include="cckdmap.c">
<Filter>Source Files\Utilities\disk</Filter>
</ClCompile>
<ClCompile Include="convto64.c">
<Filter>Source Files\Utilities\disk</Filter>
</ClCompile>
Expand Down
1 change: 1 addition & 0 deletions Hercules_VS2017.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
<ClCompile Include="cckddasd64.c" />
<ClCompile Include="cckddiag64.c" />
<ClCompile Include="cckdswap64.c" />
<ClCompile Include="cckdmap.c" />
<ClCompile Include="convto64.c" />
<ClCompile Include="cckdutil64.c" />
<ClCompile Include="cgibin.c" />
Expand Down
3 changes: 3 additions & 0 deletions Hercules_VS2017.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@
<ClCompile Include="cckdswap64.c">
<Filter>Source Files\Utilities\disk</Filter>
</ClCompile>
<ClCompile Include="cckdmap.c">
<Filter>Source Files\Utilities\disk</Filter>
</ClCompile>
<ClCompile Include="convto64.c">
<Filter>Source Files\Utilities\disk</Filter>
</ClCompile>
Expand Down
6 changes: 6 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ bin_PROGRAMS = \
cckddiag64 \
cckdswap64 \
convto64 \
cckdmap \
dasdcat \
dasdconv \
dasdcopy \
Expand Down Expand Up @@ -654,6 +655,10 @@ cckdswap64_SOURCES = cckdswap64.c
cckdswap64_LDADD = $(tools_ADDLIBS)
cckdswap64_LDFLAGS = $(tools_LD_FLAGS)

cckdmap_SOURCES = cckdmap.c
cckdmap_LDADD = $(tools_ADDLIBS)
cckdmap_LDFLAGS = $(tools_LD_FLAGS)

convto64_SOURCES = convto64.c
convto64_LDADD = $(tools_ADDLIBS)
convto64_LDFLAGS = $(tools_LD_FLAGS)
Expand Down Expand Up @@ -976,6 +981,7 @@ cckd: \
cckdcomp64$(EXEEXT) \
cckddiag64$(EXEEXT) \
cckdswap64$(EXEEXT) \
cckdmap$(EXEEXT) \
convto64$(EXEEXT) \
cckd2ckd$(EXEEXT) \
dasdcopy$(EXEEXT) \
Expand Down
Loading

0 comments on commit ae0313a

Please sign in to comment.