Changeset 132 for trunk


Ignore:
Timestamp:
Nov 29, 2023, 5:57:17 PM (21 months ago)
Author:
gyoung
Message:

Move GBMPATH to make.inc fix a typo

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JPGPROC/source/makefile

    r103 r132  
    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= U:/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
  • trunk/make.inc

    r104 r132  
    11# List of languages to be built.
    2 LANGUAGES       =       de en es fr nl it tw
     2LANGUAGES       =       de en es fr nl it ru tw
    33
    44#define the next makro if compiling a release rather than a beta
     
    2323AUTHOR_STRING   =       "(C) Chris Wohlgemuth 2002-2005 Gregg Young 2023"
    2424BUILD_ROOT      =       U:/CWMM_Workspace/Trunk
     25GBMLIBPATH      =       U:/usr/lib/GBM
    2526
    2627# Put version in environment for REXX skripts
Note: See TracChangeset for help on using the changeset viewer.