diff options
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; } |
