We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49231fa commit 70a9818Copy full SHA for 70a9818
build-support/sz.bat
@@ -1,2 +1,2 @@
1
@echo off
2
-start /w c:\bin\teraterm\ttpmacro.exe c:\src\sz.ttl
+start /w c:\bin\teraterm\ttpmacro.exe c:\src\build-support\sz.ttl
build-support/sz.ttl
@@ -1,4 +1,4 @@
connect '/C=3'
-restoresetup 'c:\src\TERATERM.INI'
+restoresetup 'c:\src\build-support\serial.ini'
3
zmodemsend 'c:\src\app.exe' 1
4
closett
makefile
@@ -1,5 +1,5 @@
-COMMON_FLAGS = -q -bt=dos -mf -3r -fp5 -dSHOW_TIMING
-RELEASE_FLAGS = -onatxl+ -d0 -dNDEBUG
+COMMON_FLAGS = -q -bt=dos -mf -3r -fp5 #-dSHOW_TIMING
+RELEASE_FLAGS = -onatx -d0 -dNDEBUG
DEBUG_FLAGS = -od -d3
5
CPP = wpp386.exe -q $(COMMON_FLAGS) $(RELEASE_FLAGS)
0 commit comments