Ignore:
Timestamp:
Dec 9, 2023, 5:11:21 PM (20 months ago)
Author:
erdmann
Message:

merging from trunk

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  
    4545#
    4646#################################################################################
     47include ../../make.inc
    4748
    4849.SUFFIXES: .exe .obj .asm .inc .def .lrf .lst .sym .map .c .h .lib .dlg .txt .cod  \
     
    6061#################################
    6162MAPSYM=mapsym
    62 GMBLIBPATH= D:/usr/lib/GBM
    63 LIBS=   MMPM2.LIB $(GMBLIBPATH)/GBM.LIB
     63LIBS=   MMPM2.LIB $(GBMLIBPATH)/GBM.LIB
    6464LDFLAGS =       -Ge- /Gm+ -G4 /ss -Gl /O+ -Oc+ -Ol-  /Q+ /B"/NOE"
    6565
     
    9696        -rm *.obj
    9797        -rm *.dll
    98         -rm *.res
     98        -rm *.RES
    9999        -rm *.*~
    100100        -rm *.map
Note: See TracChangeset for help on using the changeset viewer.