Changeset 35 for trunk/cups_pdr/makefile


Ignore:
Timestamp:
May 2, 2013, 2:58:52 PM (13 years ago)
Author:
Alex Taylor
Message:

Fixed broken SplPdQuery entrypoint. BLDLEVEL description now properly set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cups_pdr/makefile

    r13 r35  
    44BASE=CUPS
    55DEF_PORTNAME=CUPS
     6DESCR="CUPS port driver"
    67
    78ICCOPTS=-Gd-e- -Sp1 -Ss+ -Ms -C+ -Fo$@ -Dcdecl= -D_cdecl= -Rn -O -Wpro -Q+ -Yp+ -Ss+
     
    2021                                $(BASE).RES \
    2122                                $(BASE).DEF
    22         @makedesc -Rcups.def -N"netlabs.org" -V"^#define=DRIVER_VERSION,cups.h" cups.def
     23        @makedesc -D$(DESCR) -N"netlabs.org" -V"^#define=DRIVER_VERSION,cups.h" cups.def
    2324        ILINK $(LINKOPTS) @<<
    2425$(BASE)
Note: See TracChangeset for help on using the changeset viewer.