Moderators: Moderator Team, Reservoir Gods
Evil EA and their punnishing schedules...
Azrael_CV wrote:I have one question : Is there a way not to compile all the files each time ? I mean how to build a library in pure C in order to have just one file named godlib.lib for example ?
Code: Select all
; project file for godlib
e:\pc\lib\godlib.lib ; output file is godlib.lib in teh PC directory on drive e:
.L[-J]
.C[-K -Y -P]
; add all c files to be compiled here
example.c (godlib.h example.h)
Azrael_CV wrote:Hi,
Godlib is really powerfull, despite the fact it can't run under Steem with a TOS version older than 2.06. Thanks to RG.
I have one question : Is there a way not to compile all the files each time ? I mean how to build a library in pure C in order to have just one file named godlib.lib for example ?
Azrael_CV wrote:And again, thanks a lot, it saves time during the compiling process.
Nyh wrote:Normally Pure C only compiles changed files (Alt-m make).
ggn wrote:I remember finding a bug in his .asm routines that did the trap calling for malloc. That caused some trouble in TOSes<2.06. Shouldn't be too hard to find it (hey, if I did it, so can anyone else)
Users browsing this forum: No registered users and 0 guests