Skip to content

Commit

Permalink
Fix some mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
watamario15 committed Dec 1, 2020
1 parent 845efa7 commit 8ca527f
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BCC Developer/FileSeparation.bdp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Filename2=defproc.h,1,FileSeparation.bdp,1,defproc.h
ResourceName=resource.rc
RunParam=
Count=2
Current=1
Current=2

[Compile1]
DefName=Debug
Expand Down
Binary file modified BCC Developer/Release/1.obj
Binary file not shown.
Binary file modified BCC Developer/Release/FileSeparation.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions BCC Developer/Release/FileSeparation.mak
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ CFLAG=-W -3 -O2 -w- -AT -pc -H- -k -b -WU
OUTDIR=-nRelease
CINCS=
TARGET=Release\FileSeparation.exe
SRC1="D:\Programming\File Separation\BCC Developer\1.cpp"
SRC1="C:\Users\watamario\Documents\Git-Local-Repo\File-Separation\BCC Developer\1.cpp"
OBJ1=Release\1.obj
RC1="D:\Programming\File Separation\BCC Developer\resource.rc"
RC1="C:\Users\watamario\Documents\Git-Local-Repo\File-Separation\BCC Developer\resource.rc"
RES1=Release\resource.res
RESINCS=-iC:\Users\watamario\Documents\bcc\borland\bcc55\Include

Expand Down
Binary file modified BCC Developer/Release/FileSeparation.tds
Binary file not shown.
Binary file modified BCC Developer/Release/resource.res
Binary file not shown.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This document is also available in [English](Readme_en.md).
**Windows PC** で動作確認を行っています。

# 実行手順
実行ファイルは **Releases** から取得できます。
実行ファイルは **[Releases](https://github.com/watamario15/File-Separation/releases)** から取得できます。
## Windows PC版
**FileSeparating.exe** が実行ファイルです。

Expand Down
2 changes: 1 addition & 1 deletion Readme_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ I compiled for CPUs that the IDE supports. However, since I don't have other dev
I tested on **Windows PC**.

# How to run
実行ファイルは **Releases** から取得できます。
You can get the executable files at **[Releases](https://github.com/watamario15/File-Separation/releases)**.
## Windows PC
"**FileSeparating.exe**" is the executable file.

Expand Down

0 comments on commit 8ca527f

Please sign in to comment.