Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
c++ - digital mars devpacks?
Hello, I have made an archive that includes everything one needs to quickly get started with SDL programming with DMC. You can find it at http://wiki.mos6581.org/DigitalMars I'd like to see more of these for other libraries. It would be nice to be able to contain in a developer package archive a standard directory structure. This has the advantage that the user simple has to copy the whole directory into his dm directory. I've been using MinGW for a long time, so I don't really know how "it's done" in the Windows world. I have my dm directory set up as follows: dm\ bin\ images\ include\ lib\ local\ include\ lib\ stlport\ I don't change the contents of the standard dm directories (for keeping everything neat). I have added local\include and local\lib to the INCLUDE and LIB variables in my sc.ini. So I would suggest a standard directory structure for developer packs comme ça: dm\ local\ include\ lib\ Do you think this is a good idea? Regards, Brecht Jan 23 2007
"Brecht Machiels" <brecht mos6581.org> schrieb im Newsbeitrag news:ep67tk$20oh$1 digitaldaemon.com...Hello, I have made an archive that includes everything one needs to quickly get started with SDL programming with DMC. You can find it at http://wiki.mos6581.org/DigitalMars Jan 28 2007
|