Changeset 136 for branches/v2.9_Lars
- Timestamp:
- Dec 9, 2023, 5:11:21 PM (20 months ago)
- Location:
- branches/v2.9_Lars
- Files:
-
- 13 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/v2.9_Lars
-
branches/v2.9_Lars/JPGPROC/source/makefile
r105 r136 45 45 # 46 46 ################################################################################# 47 include ../../make.inc 47 48 48 49 .SUFFIXES: .exe .obj .asm .inc .def .lrf .lst .sym .map .c .h .lib .dlg .txt .cod \ … … 60 61 ################################# 61 62 MAPSYM=mapsym 62 GMBLIBPATH= D:/usr/lib/GBM 63 LIBS= MMPM2.LIB $(GMBLIBPATH)/GBM.LIB 63 LIBS= MMPM2.LIB $(GBMLIBPATH)/GBM.LIB 64 64 LDFLAGS = -Ge- /Gm+ -G4 /ss -Gl /O+ -Oc+ -Ol- /Q+ /B"/NOE" 65 65 … … 96 96 -rm *.obj 97 97 -rm *.dll 98 -rm *. res98 -rm *.RES 99 99 -rm *.*~ 100 100 -rm *.map -
branches/v2.9_Lars/LocalEnv.cmd.tpl
r56 r136 47 47 */ 48 48 49 G.PATH_TOOL_SOM_ENV = 'U:\Toolkit\SOM\bin\somenv.cmd' 49 G.PATH_TOOL_SOM_ENV = 'U:\Toolkit\SOM\bin\somenv.cmd' 50 51 /** 52 * Set MAKESHELL to either cmd.exe or 4os2.exe as sh chokes on backslashes 53 */ 54 55 G.MAKESHELL = 'G:\4os2\4os2.exe' -
branches/v2.9_Lars/classes/c/c_mm/mmfolder.c
r74 r136 585 585 else if(_somIsA(wpObject, cwBitmapClass)) { 586 586 hbm=MMBitmap_cwmmQuerySmallBitmapHandle( (MMBitmap*) wpObject, ulIconSize); 587 pBmpInfoHeader2=(PBITMAPINFOHEADER2)_ wpQueryBitmapInfoHeader((MMBitmap*)wpObject);587 pBmpInfoHeader2=(PBITMAPINFOHEADER2)_cwmmQueryBitmapInfoHeader((MMBitmap*)wpObject); 588 588 } 589 589 if(hbm) -
branches/v2.9_Lars/classes/mm-progs/videoplayer/makefile
r130 r136 41 41 -rm *.RES 42 42 -rm *.ini 43 -rm *.def 43 44 44 45 cleaner: -
branches/v2.9_Lars/classes/mm-progs/volume/makefile
r130 r136 29 29 -rm *.ini 30 30 -rm $(LIBDIR)/*.obj 31 -rm *.def 31 32 32 33 cleaner: -
branches/v2.9_Lars/common_functions/makefile
r74 r136 3 3 #include ../make.inc 4 4 5 CC = gcc5 CC = icc 6 6 LIB_DIR = D:/usr/lib 7 #CPPFLAGS = -Ge- /Gm+ -G4 -Gl /O+ -Oc+ -Ol8 CPPFLAGS = -O -Zomf -Zcrtdll -s7 CPPFLAGS = -Ge- /Gm+ -G4 -Gl /O+ -Oc+ -Ol 8 #CPPFLAGS = -O -Zomf -Zcrtdll -s 9 9 INC = ../include 10 10 DEFS = -
branches/v2.9_Lars/env.cmd
r56 r136 53 53 call EnvSet 'EMXOMFLD_TYPE','wlink' 54 54 call EnvSet 'EMXOMFLD_LINKER', 'wl.exe' 55 call EnvSet 'MAKESHELL', translate(G.MAKESHELL, '/', '\') 56 call EnvSet 'GBMLIBPATH', translate(G.GBMLIBPATH, '/', '\') 55 57 56 58 /* set path amd beginlib path for building the wpi*/ -
branches/v2.9_Lars/make.inc
r91 r136 1 1 # List of languages to be built. 2 LANGUAGES = de en es fr nl it tw2 LANGUAGES = de en es fr nl it ru tw 3 3 4 4 #define the next makro if compiling a release rather than a beta … … 23 23 AUTHOR_STRING = "(C) Chris Wohlgemuth 2002-2005 Gregg Young 2023" 24 24 BUILD_ROOT = D:/cwmm/branches/v2.9_Lars 25 GBMLIBPATH = U:/usr/lib/GBM 25 26 26 27 # Put version in environment for REXX skripts -
branches/v2.9_Lars/makefile
r4 r136 274 274 bld: 275 275 @build.cmd 276 -
branches/v2.9_Lars/mediafolder/res/makefile
r91 r136 56 56 clean: 57 57 -cd $(OBJDIR) && rm * 58 -rm *. res58 -rm *.RES 59 59 60 60 cleaner: -
branches/v2.9_Lars/nlv/de/classes/res/makefile
r4 r136 35 35 -rm *.*~ 36 36 -rm *.flc 37 -rm *. res37 -rm *.RES 38 38 -rm *.obj -
branches/v2.9_Lars/stream_ioproc/source/makefile
r4 r136 97 97 -rm *.obj 98 98 -rm *.dll 99 -rm *. res99 -rm *.RES 100 100 -rm *.*~ 101 101 -rm *.map
Note:
See TracChangeset
for help on using the changeset viewer.