all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman.073@student.lu.se>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Help-complete newcomer
Date: Thu, 20 Oct 2005 23:43:56 +0200	[thread overview]
Message-ID: <43580F9C.5080703@student.lu.se> (raw)
In-Reply-To: <43580b6e$0$41147$14726298@news.sunsite.dk>


> On UNIX systems, where Emacs originated, there is a command called 
> 'make'.
> This takes a file containing set of instructions (called a 
> 'makefile'), which
> tells make how to compile your program's source files.
>
> On MS Windows, Visual Studio has a make program, IIRC its called 'nmake'.
> Visual Studio can export a project files as a make file. Cygwin
> ( http://www.cygwin.com/ ) also provides a make program.

Unfortunately nmake behaves a bit differently than unix style make 
programs like GNU Make that comes with Cygwin. If you do not want to 
compile a program created with Visual Studio nmake is probably not what 
you want.

>
> For example, you can use the compiler directly, such as
> "cl source1.c source2.c -o prog.exe".
> 'cl' is Visual Studio's compiler.

The variable compile-command holds the default command that is shown 
when you run the Emacs compile command.

  reply	other threads:[~2005-10-20 21:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.12039.1129834775.20277.help-gnu-emacs@gnu.org>
2005-10-20 21:26 ` Help-complete newcomer Colin S. Miller
2005-10-20 21:43   ` Lennart Borgman [this message]
2005-10-20 18:57 jtg579
2005-10-20 19:19 ` Edward O'Connor
2005-10-21  9:08 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43580F9C.5080703@student.lu.se \
    --to=lennart.borgman.073@student.lu.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.