Skip to content

Commit 70a9818

Browse files
committed
sz fix
1 parent 49231fa commit 70a9818

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build-support/sz.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
start /w c:\bin\teraterm\ttpmacro.exe c:\src\sz.ttl
2+
start /w c:\bin\teraterm\ttpmacro.exe c:\src\build-support\sz.ttl

build-support/sz.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
connect '/C=3'
2-
restoresetup 'c:\src\TERATERM.INI'
2+
restoresetup 'c:\src\build-support\serial.ini'
33
zmodemsend 'c:\src\app.exe' 1
44
closett

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
COMMON_FLAGS = -q -bt=dos -mf -3r -fp5 -dSHOW_TIMING
2-
RELEASE_FLAGS = -onatxl+ -d0 -dNDEBUG
1+
COMMON_FLAGS = -q -bt=dos -mf -3r -fp5 #-dSHOW_TIMING
2+
RELEASE_FLAGS = -onatx -d0 -dNDEBUG
33
DEBUG_FLAGS = -od -d3
44

55
CPP = wpp386.exe -q $(COMMON_FLAGS) $(RELEASE_FLAGS)

0 commit comments

Comments
 (0)