Changeset 286 for branches/samba-3.0/source/ndpsmb/makefile
- Timestamp:
- Jun 24, 2009, 5:09:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/ndpsmb/makefile
r23 r286 3 3 # 4 4 5 VERSION = 1.0. 156 BUILD = 155 VERSION = 1.0.34 6 BUILD = 34 7 7 8 8 SAMBA = .. 9 TOOLKIT = E:\dev\toolkit4529 TOOLKIT = U:\OS2TK45 10 10 11 INCLUDES = -I.\h -I.\rc \11 INCLUDES = -I.\h -I.\rc -I. \ 12 12 -I$(SAMBA) -I$(SAMBA)/include -I$(SAMBA)/lib/replace \ 13 13 -I$(SAMBA)/popt \ … … 38 38 39 39 rc\description.rc: makefile 40 call BldLevelInf -V$(VERSION) -N"Netlabs.org" -D"NDPSMB - SMBFS NetDrive External Plugin"-Len rc\description.rc40 BldLevelInf.cmd -V$(VERSION) -Len rc\description.rc 41 41 42 42 rc\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.rc43 rc -r -i .\h;.\rc;$(TOOLKIT)\h .\rc\rc.rc 44 44 45 45 ndpsmb.hlp: .\rc\rc.ipf .\rc\rc.h .\H\hmacros.h makefile … … 48 48 del rc.i 49 49 50 #ndpsmb.o: makefile .\H\ndextpl2.h .\H\ndfs.h smbcd.h smbwrp.h .\H\mydebug.h50 ndpsmb.o: makefile .\H\ndextpl2.h .\H\ndfs.h smbcd.h smbwrp.h 51 51 52 52 53 53 clean: 54 rm *.o bj54 rm *.o 55 55 rm *.map 56 56 rm *.dll 57 57 rm *.hlp 58 rm rc\description.rc
Note:
See TracChangeset
for help on using the changeset viewer.