Message-ID: <34FF650F.479C4927@dvs.dvsystems.com> From: Sahaja Reply-To: stalla AT dvs DOT dvsystems DOT com Organization: Digital Video Systems, Inc. MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Integrating Rhide and Nasm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 14 Date: Fri, 06 Mar 1998 02:49:09 GMT NNTP-Posting-Host: dvs2.wli.net NNTP-Posting-Date: Thu, 05 Mar 1998 18:49:09 PST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi everybody! I am trying to develop an application in C and Assembly; I have Rhide and djgpp,gcc and my Rhide environment for C programs is ok; I have also downloaded Nasm; My question is regarding makefile; Currently I start with a makefile and modify it by deleting and adding files needed , works fine; I want to be able to include assembly modules into that makefile and to incorporate Nasm into the Rhide IDE, so that I can build an executable with C and Assembly modules. I appreciate any help. Thanks in advance. -sahaja