oops, no need for build files

This commit is contained in:
Antranig Vartanian 2024-05-11 19:19:56 +04:00
parent 95b512baf4
commit 248d63671d
No known key found for this signature in database
GPG key ID: DE3998662D59F21C
6 changed files with 1 additions and 74 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
build/*

BIN
build/obe

Binary file not shown.

View file

@ -1,44 +0,0 @@
/* voc 2.1.0 [2022/05/16] for clang LP64 on darwin xtpam */
#define SHORTINT INT8
#define INTEGER INT16
#define LONGINT INT32
#define SET UINT32
#include "SYSTEM.h"
#include "Files.h"
#include "Out.h"
#include "Platform.h"
static void obe_CheckDirectories (void);
static void obe_GenIndex (void);
static void obe_CheckDirectories (void)
{
Files_File fd = NIL;
fd = Files_New((CHAR*)"public", 7);
}
static void obe_GenIndex (void)
{
Files_File outputfd = NIL, templfd = NIL, examplesfd = NIL;
Files_Rider outputrd, templrd, examplesrd;
}
export int main(int argc, char **argv)
{
__INIT(argc, argv);
__MODULE_IMPORT(Files);
__MODULE_IMPORT(Out);
__MODULE_IMPORT(Platform);
__REGMAIN("obe", 0);
/* BEGIN */
obe_CheckDirectories();
obe_GenIndex();
__FINI;
}

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.obe</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View file

@ -1,10 +0,0 @@
---
triple: 'arm64-apple-darwin'
binary-path: obe
relocations:
- { offsetInCU: 0x26, offset: 0x26, size: 0x8, addend: 0x0, symName: _main, symObjAddr: 0x0, symBinAddr: 0x100003E2C, symSize: 0x7C }
- { offsetInCU: 0x33, offset: 0x33, size: 0x8, addend: 0x0, symName: _main, symObjAddr: 0x0, symBinAddr: 0x100003E2C, symSize: 0x7C }
- { offsetInCU: 0x58, offset: 0x58, size: 0x8, addend: 0x0, symName: _main.m, symObjAddr: 0xA00, symBinAddr: 0x100008000, symSize: 0x0 }
- { offsetInCU: 0xA6, offset: 0xA6, size: 0x8, addend: 0x0, symName: _obe_CheckDirectories, symObjAddr: 0x7C, symBinAddr: 0x100003EA8, symSize: 0x30 }
- { offsetInCU: 0xCA, offset: 0xCA, size: 0x8, addend: 0x0, symName: _obe_GenIndex, symObjAddr: 0xAC, symBinAddr: 0x100003ED8, symSize: 0x58 }
...