Re: [cc65] Best IDE for cc65

Date view Thread view Subject view

From: Brian Bagnall (bbagnall_at_mts.net)
Date: 2003-01-09 19:31:03


> whats your OS then? :) in windoze i would guess you need to go the .bat
> hackery way (if not hack the editor binary) - in linux i'd suggest a
symbolic
> link or simelar :)

It's Windows. I read through my DOS book about .BAT files but there is no
string manipulation in the actual batch scripting language. I think in Linux
you would use GREP to manipulate the string. Does anyone know if DOS has a
similar function for altering a variable name?

Maybe I'm going about this wrong. I've got a multi-file project. Obviously
only one file gets a complete build, i.e. the main file but the rest I just
want to use the compiler and assembler to make .o files so they can be
included in other files. Right now it is laborious to make an object file. I
need to use cc65 on 'hello.c', then select hello.s, then run ca65 on that,
then delete hello.s (otherwise it clutters up my list of files in the IDE).
It seems like this shouldn't be a problem and lots of programmers have
probably run into the same situation, right? Is the best solution to create
a batch file that is totally customized just for compiling this project, and
run a complete compile on the whole project each time?

- Brian

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-01-09 19:31:26 CET