Changeset 81


Ignore:
Timestamp:
Feb 7, 2019, 9:31:11 PM (7 years ago)
Author:
Alex Taylor
Message:

Add support for building NLV binaries

Location:
trunk/cups_pdr
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/cups_pdr/cups.def

    r35 r81  
    11LIBRARY CUPS INITINSTANCE TERMINSTANCE
    2 DESCRIPTION '@#netlabs.org:1.04#@##1## 1 May 2013 21:45:10      REINFORCE::::::@@CUPS port driver'
     2DESCRIPTION '@#netlabs.org:1.04#@##1## 7 Feb 2019 15:30:26      reinforce::::::@@CUPS port driver'
    33PROTMODE
    44DATA MULTIPLE NONSHARED LOADONCALL
  • trunk/cups_pdr/cups_de.rc

    r78 r81  
    142142END
    143143
    144 rcinclude cups.dlg
     144rcinclude cups_de.dlg
  • trunk/cups_pdr/cups_es.rc

    r78 r81  
    142142END
    143143
    144 rcinclude cups.dlg
     144rcinclude cups_es.dlg
  • trunk/cups_pdr/makefile

    r35 r81  
    55DEF_PORTNAME=CUPS
    66DESCR="CUPS port driver"
     7
     8# National language version to be built
     9!ifdef NLV
     10    LNG = _$(NLV)
     11!else
     12    LNG =
     13!endif
    714
    815ICCOPTS=-Gd-e- -Sp1 -Ss+ -Ms -C+ -Fo$@ -Dcdecl= -D_cdecl= -Rn -O -Wpro -Q+ -Yp+ -Ss+
     
    3239        ea2 -e DEFAULT_PORT=$(DEF_PORTNAME) $(BASE).DLL
    3340
    34 $(BASE).RES:                    $(BASE).RC \
     41$(BASE).RES:                    $(BASE)$(LNG).RC \
    3542                                $(BASE).H
    36         RC -r $(BASE).RC $(BASE).RES
     43        RC -r $(BASE)$(LNG).RC $(BASE).RES
    3744
    3845$(BASE).OBJ:                    $(BASE).C \
Note: See TracChangeset for help on using the changeset viewer.