diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-03 22:39:22 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-03 22:39:22 +0200 |
| commit | 714057f45a836ae014b65eeec4eed1b334a8fd76 (patch) | |
| tree | a5614bb7c694d8515ca22dbe2c7f5ece291e5243 /dev | |
| parent | d0cff24c5fc38181555560dbf424d1447f9e6178 (diff) | |
[ REF ] Rename ZIDL to XIDL.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ndkdll/Sources/Linker.cxx | 3 | ||||
| -rw-r--r-- | dev/ndkdll/Sources/XIDL.cxx (renamed from dev/ndkdll/Sources/ZIDL.cxx) | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev/ndkdll/Sources/Linker.cxx b/dev/ndkdll/Sources/Linker.cxx index 8356548..2b1c546 100644 --- a/dev/ndkdll/Sources/Linker.cxx +++ b/dev/ndkdll/Sources/Linker.cxx @@ -2,6 +2,9 @@ Copyright ZKA Technologies + FILE: Linker.cxx + PURPOSE: C++ LINKER + ------------------------------------------- */ /// @file Linker.cxx diff --git a/dev/ndkdll/Sources/ZIDL.cxx b/dev/ndkdll/Sources/XIDL.cxx index 7763b77..6284fd7 100644 --- a/dev/ndkdll/Sources/ZIDL.cxx +++ b/dev/ndkdll/Sources/XIDL.cxx @@ -2,10 +2,13 @@ Copyright ZKA Technologies + FILE: XIDL.cxx + PURPOSE: XPCOM IDL COMPILER. + ------------------------------------------- */ -int main(int argc, char const *argv[]) +int ZKAXIDLMain(int argc, char const *argv[]) { - /* code */ + return 0; } |
