• R/O
  • SSH
  • HTTPS

oricsdk: Commit


Commit MetaInfo

Revision1513 (tree)
Time2019-04-13 21:14:35
Authordbug

Log Message

Updated make file: The -DXA is important, else the macro file will not work well

Change Summary

Incremental Difference

--- public/pc/tools/osdk/main/Osdk/_final_/Bin/make.bat (revision 1512)
+++ public/pc/tools/osdk/main/Osdk/_final_/Bin/make.bat (revision 1513)
@@ -49,6 +49,7 @@
4949 SET OCC=%OSDK%
5050 SET LCC65=%OSDK%
5151 SET LCC65DIR=%OSDK%
52+SET OSDKVERSION=1.14RC
5253
5354 ::
5455 :: Create a build directory if it does not exist
@@ -77,7 +78,7 @@
7778 :: Display a compilation message
7879 :: Note: Should find a way to disable the adress display for BASIC programs... kind of lame
7980 ::
80-ECHO Building the program %OSDKNAME% at adress %OSDKADDR%
81+ECHO Building the program %OSDKNAME% at adress %OSDKADDR% [OSDK %OSDKVERSION%]
8182
8283
8384 ::
@@ -166,7 +167,7 @@
166167 IF ERRORLEVEL 1 GOTO ErFailure
167168
168169 IF "%OSDKBRIEF%"=="" ECHO - convert C to assembly code
169-%OSDKB%\cpp.exe -lang-c++ -imacros %OSDK%\macro\macros.h -traditional -P %OSDKT%\%1.c2 %OSDKT%\%1.s
170+%OSDKB%\cpp.exe -lang-c++ -imacros %OSDK%\macro\macros.h -DXA -traditional -P %OSDKT%\%1.c2 %OSDKT%\%1.s
170171
171172 IF "%OSDKBRIEF%"=="" ECHO - cleanup output
172173 ::%OSDKB%\tr < %OSDKT%\%1.s > %OSDKT%\%1
Show on old repository browser