• R/O
  • SSH
  • HTTPS

oricsdk: Commit


Commit MetaInfo

Revision1143 (tree)
Time2014-06-05 04:47:52
Authordbug

Log Message

Fixed some batch files that still tried to call Euphoric directly.

Change Summary

Incremental Difference

--- public/pc/tools/osdk/main/Osdk/_final_/sample/basic/game/osdk_execute.bat (revision 1142)
+++ public/pc/tools/osdk/main/Osdk/_final_/sample/basic/game/osdk_execute.bat (revision 1143)
@@ -1,6 +1,5 @@
11 @ECHO OFF
22
3-
43 ::
54 :: Initial check.
65 :: Verify if the SDK is correctly configurated,
@@ -12,14 +11,12 @@
1211 ::
1312 CALL osdk_config.bat
1413
15-
1614 ::
17-:: Run Euphoric using the common batch
15+:: Run the emulator using the common batch
1816 ::
19-CALL %OSDK%\Euphoric\osdk_euphoric.bat
17+CALL %OSDK%\bin\execute.bat
2018 GOTO End
2119
22-
2320 ::
2421 :: Outputs an error message about configuration
2522 ::
--- public/pc/tools/osdk/main/Osdk/_final_/sample/basic/labels/osdk_execute.bat (revision 1142)
+++ public/pc/tools/osdk/main/Osdk/_final_/sample/basic/labels/osdk_execute.bat (revision 1143)
@@ -1,6 +1,5 @@
11 @ECHO OFF
22
3-
43 ::
54 :: Initial check.
65 :: Verify if the SDK is correctly configurated,
@@ -12,14 +11,12 @@
1211 ::
1312 CALL osdk_config.bat
1413
15-
1614 ::
17-:: Run Euphoric using the common batch
15+:: Run the emulator using the common batch
1816 ::
19-CALL %OSDK%\Euphoric\osdk_euphoric.bat
17+CALL %OSDK%\bin\execute.bat
2018 GOTO End
2119
22-
2320 ::
2421 :: Outputs an error message about configuration
2522 ::
--- public/pc/tools/osdk/main/Osdk/_final_/sample/c/hello_world_simple/osdk_execute.bat (revision 1142)
+++ public/pc/tools/osdk/main/Osdk/_final_/sample/c/hello_world_simple/osdk_execute.bat (revision 1143)
@@ -14,8 +14,6 @@
1414 ::
1515 :: Run the emulator using the common batch
1616 ::
17-SET OSDKDISK=resource.dsk
18-set OSDKEMUL=EUPHORIC
1917 CALL %OSDK%\bin\execute.bat
2018 GOTO End
2119
Show on old repository browser