Re: Language module support added
"Lars Ivar Igesund" <[email protected]>
| Newsgroups | gmane.comp.tools.aap.devel |
|---|---|
| Message-ID | <020101c3840d$5d17d4b0$0200000a@mesmer> |
----- Original Message ----- From: "Bram Moolenaar" <[email protected]> > Hopefully I didn't break the already working code that others made. > Please let me know what should be improved! Great work! Except for the minor niggle in the attached diff, everything worked as charm for me. (Building a dll, that is.) Lars Ivar Igesund
default.diff
(application/octet-stream, 569 B)
Index: default.aap
===================================================================
RCS file: /cvsroot/a-a-p/Exec/default.aap,v
retrieving revision 1.51
diff -u -r1.51 default.aap
--- default.aap 25 Sep 2003 19:14:36 -0000 1.51
+++ default.aap 26 Sep 2003 07:56:30 -0000
@@ -103,7 +103,7 @@
# The first one found sets $C_COMPILE_ACTION and friends: it is used as
# default. Uses ideas from SCons.
@if osname() == 'mswin':
- :toolsearch = msvc mingw gcc icc bcc
+ :toolsearch msvc mingw gcc icc bcc
@elif osname() == 'os2':
:toolsearch icc gcc msvc