Ignore:
Timestamp:
Jun 24, 2009, 5:09:21 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to 3.0.35

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/ndpsmb/makefile

    r23 r286  
    33#
    44
    5 VERSION         = 1.0.15
    6 BUILD           = 15
     5VERSION         = 1.0.34
     6BUILD           = 34
    77
    88SAMBA           = ..
    9 TOOLKIT         = E:\dev\toolkit452
     9TOOLKIT         = U:\OS2TK45
    1010
    11 INCLUDES        = -I.\h -I.\rc \
     11INCLUDES        = -I.\h -I.\rc -I. \
    1212                -I$(SAMBA) -I$(SAMBA)/include -I$(SAMBA)/lib/replace \
    1313                -I$(SAMBA)/popt \
     
    3838
    3939rc\description.rc: makefile
    40         call BldLevelInf -V$(VERSION) -N"Netlabs.org" -D"NDPSMB - SMBFS NetDrive External Plugin" -Len rc\description.rc
     40        BldLevelInf.cmd -V$(VERSION) -Len rc\description.rc
    4141
    4242rc\rc.res: .\rc\rc.rc .\rc\rc.dlg .\rc\rc.h .\H\ndpl_rc.h rc\description.rc
    43         wrc -r -i.\h;.\rc;$(TOOLKIT)\h .\rc\rc.rc
     43        rc -r -i .\h;.\rc;$(TOOLKIT)\h .\rc\rc.rc
    4444
    4545ndpsmb.hlp: .\rc\rc.ipf .\rc\rc.h .\H\hmacros.h makefile
     
    4848        del rc.i
    4949
    50 #ndpsmb.o: makefile .\H\ndextpl2.h .\H\ndfs.h smbcd.h smbwrp.h .\H\mydebug.h
     50ndpsmb.o: makefile .\H\ndextpl2.h .\H\ndfs.h smbcd.h smbwrp.h
    5151
    5252
    5353clean:
    54         rm *.obj
     54        rm *.o
    5555        rm *.map
    5656        rm *.dll
    5757        rm *.hlp
     58        rm rc\description.rc
Note: See TracChangeset for help on using the changeset viewer.