Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Help: custom build
Re: Help: custom build [message #6312 is a reply to message #6310] Mon, 06 November 2006 09:49 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
mobilehunter wrote on Mon, 06 November 2006 02:29

nasm -f win32 -DPREFIX -I $(InputDir)\ -o "$(IntDir)\$(InputName)".obj "$(InputPath)"



It is quite similar for custom build steps - you put above into "Commands" pane (of course, $(InputDir) etc variables are different, there are buttons in dialog that list all options).

You have to put "$(IntDir)\$(InputName)".obj equivalent - which actually is

"$(OUTDIR)/$(FILE).obj"

into output files section.

Mirek

P.S.: We should perhaps consider adding direct .asm support to U++ builders - the only question is how to do that reasonable compiler and platform independent...

Does nasm support mingw? Does it work in Linux?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Using BLITZ in release mode
Next Topic: Hex numbers in the debugger
Goto Forum:
  


Current Time: Thu Apr 18 23:17:41 CEST 2024

Total time taken to generate the page: 0.03654 seconds