Re: makefile format ?
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
The BUILD environment from the DDK/WDL uses a specific makefile, you should
constrain your project to use things in the SOURCES file only. Now, you
can read the makefile and the files it inculdes and yes they use the
standard format of files for nmake. Yes you can use the tool to make these
other project types.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website:
http://www.windrvr.com
Blog:
http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"Kid" <Kid@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1C94500B-A65F-47C5-9741-B09232319FCC@xxxxxxxxxxxxxxxx
Hi
I want to ask some stupid question , does DDK project use the same
makefile
format as MS Visual Studio ? Can I use DDK build environment to make
Win32
console or SDK project ? And how about MFC project ?
Does MS makefile only use for MS Win32 compiler? Can I copy some simple
console main( ) project to Linux gcc build environment ?
Thank for your teaching .
.
Relevant Pages
- Re: make on multiple platforms
... I also wanted to compile it on my Mac (which has MacPorts ... Is there a way I can just have one makefile, which has both settings, ... Why do you try compiling applications of different environment ... platform directory for each platform. ... (comp.lang.c) - Re: How did you learn your debugging skills?
... > for bug fixes, as I'm sure we'd all agree. ... Could it also edict that a programmer can compile and execute small modules ... invest in copying the makefile into a new makefile, ... > So much for trying to do TDD in that environment! ... (comp.programming) - Re: Compiling DBD::Oracle 1.17 with LD_RUN_PATH
... Specifally the libclntsh.so file is now bundled in the libclntsh.so.10.1 file (depending on which client) ... Subject: Compiling DBD::Oracle 1.17 with LD_RUN_PATH ... The Makefile for 1.17, on the other hand, doesn't set LD_RUN_PATH. ... By setting LD_RUN_PATH in my environment, I was able to build 1.17 with the ... (perl.dbi.users) - Re: Need help with cleaning up a working GNU Autotools setup
... Makefile, with VPATH set to the surce directory. ... > environment, I may end up in a maintenance nightmare. ... you are talking about autotools for. ... It's none of my business how you go about that. ... (comp.os.linux.development.system) - Re: whats the standard way to load resources
... I'm new to *nix environment programming. ... regardless whatever prefix choose when installation? ... for a file called `Makefile' in the directory of the binary itself. ... point in places that match the source tree layout. ... (comp.unix.programmer) |
|