Skip to content

Commit

Permalink
* porting SOM run-time to OS/2 (includes valerius changes too)
Browse files Browse the repository at this point in the history
* Better support of CORBA 2 C Mapping
* Better implementation of debug functions
* OS/2 SOM.DLL exports same as in OS/2 2.0
* SOMK.MSG file added
* Under Windows host SOM Compiler now named as somc.exe
  • Loading branch information
prokushev committed Nov 19, 2024
1 parent 21d7fd3 commit 9e2d29e
Show file tree
Hide file tree
Showing 25 changed files with 5,958 additions and 1,063 deletions.
1 change: 1 addition & 0 deletions SOM/_wcc.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
set verbose=yes
set root=.
:loop
if exist "%root%\tools\mk\all.mk" goto found
Expand Down
1 change: 0 additions & 1 deletion SOM/genh/_wcc.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@echo off
set verbose=yes
set root=.
:loop
if exist "%root%\tools\mk\all.mk" goto found
Expand Down
235 changes: 118 additions & 117 deletions SOM/genh/makefile

Large diffs are not rendered by default.

230 changes: 115 additions & 115 deletions SOM/genxh/makefile

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SOM/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#define HAVE_VSNPRINTF
#define HAVE_SNPRINTF
#define HAVE_STDARG_H
#define HAVE_DECLSPEC_DLLEXPORT
//#define HAVE_DECLSPEC_DLLEXPORT
#define HAVE_DECLSPEC_DLLIMPORT
Loading

0 comments on commit 9e2d29e

Please sign in to comment.