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 #6310 is a reply to message #6308] Mon, 06 November 2006 08:29 Go to previous messageGo to previous message
mobilehunter is currently offline  mobilehunter
Messages: 87
Registered: November 2006
Member
Thanks for the reply,
I just try with hardcoded value for directory input,output,filename etc. the invoked nasm form TheIDE++ can compile the .asm file.

Below is the command from VS IDE:
nasm -f win32 -DPREFIX -I $(InputDir)\ -o "$(IntDir)\$(InputName)".obj "$(InputPath)"
Translated to plain english below:
nasm -f win32 -DPREFIX -I c:\Work\MyProject\asm\\ -o "Debug\myasmfile".obj "c:\Work\MyProject\asm\myasmfile.asm"

How to achive the samething with TheIDE++?
 
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: Fri Apr 26 18:34:32 CEST 2024

Total time taken to generate the page: 0.02319 seconds