tiny_dmc

所属分类:编译器/解释器
开发工具:C/C++
文件大小:3100KB
下载次数:29
上传日期:2015-11-05 15:41:49
上 传 者老鱼
说明:  花了很多时间打造的最小c/c++编译器!编译器是免费的digitalmars c/c++,IDE用的是单文件版scite(sc178.exe),编译环境及优化开关已设置好。解压后约8M。适合算法编程及c/c++语言学习。
(tiny c/c++ development environment(digitalmars c/c+++ scite(singular file, version 1.78)),enjoy it!)

文件列表:
dm (0, 2015-11-05)
dm\Sc178.exe (531968, 2009-05-13)
dm\SciTEGlobal.properties (15391, 2015-11-03)
dm\bin (0, 2015-11-05)
dm\bin\LINK.exe (208924, 2010-02-03)
dm\bin\gc.dll (73244, 2001-06-19)
dm\bin\lib.exe (65564, 2007-02-20)
dm\bin\libunres.exe (36380, 2002-01-15)
dm\bin\make.exe (48668, 2004-09-20)
dm\bin\men.exe (102428, 2003-11-16)
dm\bin\sc.exe (72732, 2015-11-04)
dm\bin\sc.ini (247, 2015-10-02)
dm\bin\scppn.exe (853532, 2010-04-28)
dm\include (0, 2015-11-05)
dm\include\ACCCTRL.H (259, 2001-03-17)
dm\include\ACLAPI.H (258, 2001-03-17)
dm\include\ACTIVSCP.H (213, 2001-03-17)
dm\include\ALLOC.H (137, 2001-03-17)
dm\include\ALPHAOPS.H (260, 2001-03-17)
dm\include\AOUTHDR.H (687, 2001-03-17)
dm\include\ATALKWSH.H (260, 2001-03-17)
dm\include\BASETYPS.H (260, 2001-03-17)
dm\include\BIOS.H (3816, 2001-03-17)
dm\include\CALLCONV.INC (79, 2001-03-17)
dm\include\CDERR.H (310, 2001-03-17)
dm\include\CERROR.H (428, 2001-03-17)
dm\include\CGUID.H (257, 2001-03-17)
dm\include\CLIB.H (262, 2001-03-17)
dm\include\COBJPS.H (231, 2001-03-17)
dm\include\COFF.H (316, 2001-03-17)
dm\include\COGUID.H (181, 2001-03-17)
dm\include\COLOR.DLG (78, 2001-03-17)
dm\include\COLORDLG.H (316, 2001-03-17)
dm\include\COMCAT.H (211, 2001-03-17)
dm\include\COMCAT.IDL (78, 2001-03-17)
dm\include\COMMCTRL.H (260, 2001-03-17)
dm\include\COMMDLG.H (314, 2001-03-17)
dm\include\COMPOBJ.H (314, 2001-03-17)
dm\include\CONTROLC.H (418, 2001-03-17)
dm\include\CPL.H (306, 2001-03-17)
... ...

STLport ------- This is STLport 4.5.3, modified to work with the Digital Mars C++ compiler. New files are: readme.txt This file. diff.txt File differences between the official release 4.5.3 and the Digital Mars version. hello.cpp Simple smoke test. To compile a program using STLport's with the static library: dmc hello -I\dm\stlport\stlport To use STLport without iostreams, simply add \dm\stlport\stlport to the INCLUDE search path before \dm\include. Or, modify the INCLUDE entry in \dm\bin\sc.ini to be: INCLUDE="%@P%\..\stlport\stlport";"%@P%\..\include";"%@P%\..\mfc\include";%INCLUDE% If not using iostreams, be sure to compile with: -D_STLP_NO_NEW_IOSTREAMS or modify \dm\stlport\stlport\config\stl_user_config.h and uncomment the #define for it. =========== For CD Users ================================================== With the CD version of the compiler comes all the STLport libraries and DLL's already built. To compile a program using STLport's with the DLL library: dmc hello -I\dm\stlport\stlport \dm\lib\stlp45dms.lib -D_DLL The following instructions for rebuilding them require the CD version of the compiler: To build the STLport libraries and dll's: cd \dm\stlport\src smake -f dm.mak which will build them into \dm\stlport\lib. Note that this is smake.exe, not make.exe. To install them: xcopy \dm\stlport\lib\*.lib \dm\lib xcopy \dm\stlport\lib\*.dll \dm\bin Libraries: For static STL, static RTL: stlp45dm_static.lib optimized (*) stlp45dm_debug_static.lib with symbolic debug symbols stlp45dm_stldebug_static.lib with symbolic debug symbols and _STLP_DEBUG on For static STL, static RTL: stlp45dm_staticx.lib stlp45dm_debug_staticx.lib stlp45dm_stldebug_staticx.lib For DLL STL, DLL RTL: stlp45dm.lib For use with stlp45dm.dll stlp45dm_debug.lib For use with stlp45dm_debug.dll stlp45dm_stldebug.lib For use with stlp45dm_stldebug.dll For DLL STL, static RTL: stlp45dms.lib For use with stlp45dms.dll stlp45dms_debug.lib For use with stlp45dms_debug.dll stlp45dms_stldebug.lib For use with stlp45dms_stldebug.dll (*) This comes with the free downloadable stlport.zip, so there is no need to build the STLport library. DLLs: stlp45dm.dll stlp45dm_debug.dll stlp45dm_stldebug.dll stlp45dms.dll stlp45dms_debug.dll stlp45dms_stldebug.dll Special thanks to Christof Meerwald for his work porting STLport to Digital Mars.

近期下载者

相关文件


收藏者