Mariano Alvarez Fernandez schrieb:
if not exist $(WIN32_i386) del $(SYSTEM_TAG_PREFIX).* ^^^ IMHO the 'not' should be removed :)
No, that is correct, if the tag file for the makefile you are using don't exist, all possible tag files are removed and a clean is executed.
o.k. I see, was just confused by the message like 'bad command or file not found'
.ver and .mft files will be added with the real 2.4.4 release (and the tar.gz package).
good, thanks.
I don't know how to make a .dsm file, so contibutions are welcome.
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/dsm-spec.txt
# Required directive 'dsm-author' # Required directive 'dsm-file-version' # Required directive 'dsm-version' # Required directive 'dsm-name' # Required directive 'type' # Required directive 'name' # Required directive 'version' # Required directive 'short-description' # Required directive 'zip'
something like this should do (could be a script output) grx244s.dsm: ___ # # DSM for grx 2.4.4 sources # Copyright .................... #
dsm-author: Mariano Alvarez Fernandez dsm-file-version: 2.0 dsm-version: 0.4.4 dsm-name: grx244s dsm-type: sources name: grx version: 2.4.4 short-description: DJGPP 2-D graphics package wit BGI emulation zip: grx244s.zip
dsm-author-email: malfer@teleline.es manifest: grx244s author: M........................ author-email: m.......................... web-site: http://www............. ___
Yes, it works, the easy way is to get the binaries from http://mingwrep.sourceforge.net/
O.K. I'll give it a try.
some remarks on MinGW32 version of BCCBGI: putpixel: has bad timing get/put image: bad XOR mode textmode: looses scope if you click palette play: doesn't work (esp. gray) polygons: don't work
some remarks on MINGW32 version of DEMOGRX: mousetest: no cursor modes, wrong colors(XOR)
Thanks a lot.