Dead Hackers Society
Other BBSes »
 
 

68k Inside

Sommarhack 2024

Silly Venture 2024 SE
Demoscene  Coding  CT60  Buy/sell

Atari coding BBS
 
Re: Vasm & Directory Separator
Posted by: MrNours Jan,06.2017-21:07 

Thanks for answering me,

Seems i found a workaround. I define _WIN32 option in the COPTS part of the Makefile then compile.

Under Linux relative path with backward or forward slashes separator are now considered as valid ones. Perhaps it may work under OSX as well.

I had tested the last version (1.7g) with several sources with both the tos output module and the vobj output module, seems to works.

Compilation :

make CPU=m68k SYNTAX=mot

Makefile :

# Unix

TARGET =
TARGETEXTENSION =
OUTFMTS = -DOUTAOUT -DOUTBIN -DOUTELF -DOUTHUNK -DOUTSREC -DOUTTOS -DOUTVOBJ

CCOUT = -o
COPTS = -c -D_WIN32 -O2 $(OUTFMTS)

LD = $(CC)
LDOUT = $(CCOUT)
LDFLAGS = -lm

RM = rm -f

include make.rules








[All messages in this thread]    [Start new thread]

Topic Posted by  Date 
Vasm & Directory Separator MrNours Jan,05.2017-16:27
  Re: Vasm & Directory Separator evil Jan,05.2017-23:00
  Re: Vasm & Directory Separator ggn Jan,05.2017-23:05
    Re: Vasm & Directory Separator ggn Jan,05.2017-23:11
      Re: Vasm & Directory Separator saulot Jan,06.2017-01:06
        Re: Vasm & Directory Separator MrNours Jan,06.2017-21:07
          Re: Vasm & Directory Separator mikro Jan,09.2017-02:18


Reply to this message
Name:
Topic:
Anti-troll code:

Message:

What's the anti-troll code?
That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
© 1994-2024 Dead Hackers Society Contact: Anders Eriksson