X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=NTMakefile;h=9222668ed0d7e3bf61bc33014dbcbb016e9f21ee;hp=fe8dd6c8d053d8d0930f42cc63712044c755131f;hb=a0389f5592c25afb19befb5bf62833a0b0bc59cc;hpb=a9b8fd81bf14c04d33113e9e4df4e1ca7573e49d diff --git a/NTMakefile b/NTMakefile index fe8dd6c..9222668 100644 --- a/NTMakefile +++ b/NTMakefile @@ -368,7 +368,14 @@ libafsrpc: dir $(NTMAKE) $(CD) ..\.. -vol: libafsrpc +rxtests: libafsrpc + @echo ***** $@ + $(DOCD) $(SRC)\rx\test + $(CD) $(SRC)\rx\test + $(NTMAKE) + $(CD) ..\..\.. + +vol: rxtests @echo ***** $@ $(DOCD) $(SRC)\$@ $(CD) $(SRC)\$@ @@ -480,7 +487,14 @@ talocale: tbutc $(NTMAKE) $(CD) ..\..\.. -license: talocale +talocale_unicode: talocale + @echo ***** $@ + $(DOCD) $(SRC)\WINNT\$@ + $(CD) $(SRC)\WINNT\$@ + $(NTMAKE) + $(CD) ..\..\.. + +license: talocale_unicode @echo ***** $@ $(DOCD) $(SRC)\WINNT\$@ $(CD) $(SRC)\WINNT\$@ @@ -687,11 +701,11 @@ install: finale # Clean target for obj tree clean: $(CD) $(SRC)\config - nmake /nologo /f ntmakefile version + nmake /nologo /f ntmakefile version langsetup $(CD) ..\.. nmake /nologo /f ntmakefile "NTMAKE = nmake /nologo /f ntmakefile clean" "NTMAKE_HEADERS = nmake /nologo /f ntmakefile clean" "NTMAKE_OBJS = nmake /nologo /f ntmakefile clean" media $(CD) $(SRC)\config - nmake /nologo /f ntmakefile clean_version + nmake /nologo /f ntmakefile clean_final $(CD) ..\.. # Language-only build target