minor updates
authorkbongers <kbongers@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 18 Jul 2001 19:03:27 +0000 (19:03 +0000)
committerkbongers <kbongers@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 18 Jul 2001 19:03:27 +0000 (19:03 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1082 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/examples/mcs51/simple/go.bat
device/examples/mcs51/simple/hi.c
device/examples/mcs51/simple/test

index c5b12f69cda0851260a2bf7e89871d51951a8fec..c3a9048e915b6a29e77d8e069be36be3e3fd3791 100644 (file)
@@ -1,6 +1,10 @@
 ; this is a windows batch file to compile hi.c
 
-set SDCCINC=c:\usr\local\sdcc\device\include
-set SDCCLIBS=c:\usr\local\sdcc\device\lib\small
+; set SDCCINC=c:\usr\local\sdcc\device\include
+; set SDCCLIBS=c:\usr\local\sdcc\device\lib\small
+
+set SDCCINC=c:\sdcc\include
+set SDCCLIBS=c:\sdcc\lib\small
+
+sdcc -I %SDCCINC% -L %SDCCLIBS% hi.c
 
-sdcc -I $(SDCCINC) hi.c sdcclib.lib -L $(SDCCINC)
index d58911c4d672be823208d52794b3ce994c3a02ca..864ea39a679d62b7c709296f91213e2a08ba9649 100644 (file)
@@ -8,7 +8,7 @@
    program to compile and play with.
 
    The simulator can be used to run this program:
-   s51 -Sout=testout.txt hi.ihx (run, stop, quit)
+   s51 -Sout=serial.txt hi.ihx (run, stop, quit)
 
  6-28-01  Written by Karl Bongers(karl@turbobit.com)
 |------------------------------------------------------------------------*/
index 40cf480d32d3f4407d0d4bcd1fc340798b38b369..75c88b4a2cf61b67a30a0445d2e91d195f81cd1c 100755 (executable)
@@ -6,5 +6,5 @@
 # stop
 # quit
 
-s51 -Sout=testout.txt hi.ihx
+s51 -Sout=serial.txt hi.ihx