Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
opa committed Aug 8, 2011
1 parent 03fe5cf commit f72086b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MAKEFILE.borland
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RM = del

all: $(PRJ).exe $(PRJ)w.exe

$(PRJ).exe: $(PRJ).cpp $(PRJ).rc $(PRJ)1.ico $(PRJ)2.ico
$(PRJ).exe: $(PRJ).cpp $(PRJ).rc $(PRJ)3.ico $(PRJ)2.ico
$(CC) $(CFLAGS) -WC $(PRJ).cpp noeh32.lib
brc32 -d__CONSOLE__ $(PRJ).rc
upx -q -q --lzma --compress-icons=0 $(PRJ).exe
Expand Down
2 changes: 1 addition & 1 deletion _setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if exist "C:\Borland\bcc55\" (
set BCCDIR=%~d0\opt\bcc55\
)

call AddPath "%BCCDIR%bin"
call AddPath /b "%BCCDIR%bin"
set INCLUDE=%BCCDIR%include
set DIRCMD=/a /ogn
doskey make=make -f MAKEFILE.borland $*

0 comments on commit f72086b

Please sign in to comment.