Changeset 136 for branches/v2.9_Lars/JPGPROC/source/makefile
- Timestamp:
- Dec 9, 2023, 5:11:21 PM (20 months ago)
- Location:
- branches/v2.9_Lars
- Files:
-
- 2 edited
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
Note:
See TracChangeset
for help on using the changeset viewer.