Skip to content
Snippets Groups Projects
Commit 1280ba34 authored by deuce's avatar deuce
Browse files

Simple installer scripts.

parent 582773b5
No related branches found
No related tags found
No related merge requests found
del *.FreeBSD > NUL
del *.NetBSD > NUL
del *.OpenBSD > NUL
del *.Linux > NUL
del *.sh > NUL
#!/bin/sh
mv smurf.`uname` smurf
mv libODoors.so.`uname` libODoors.so.3.2
ln -s libODoors.so.3.2 libODoors.so
rm -f *.FreeBSD *.NetBSD *.OpenBSD *.Linux *.exe *.dll *.bat > /dev/null 2>&1
......@@ -3,11 +3,11 @@
#include<dos.h>
#endif
#include<time.h>
#include<OpenDoor.h>
#include<stdio.h>
#include<string.h>
#include<ciolib.h>
#include<stdlib.h>
#include<OpenDoor.h>
#include<genwrap.h>
#define SD_GREEN 0x0a
#define SD_CYAN 0x0b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment