Commit 421d918d authored by Yang Tse's avatar Yang Tse
Browse files

build: move config-vms.h from subdir 'packages/vms' into 'lib'

parent 99a07a1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 $(DSP) \
 config-win32ce.h config-os400.h setup-os400.h config-symbian.h		   \
 Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl		   \
 mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h	   \
 Makefile.vxworks
 Makefile.vxworks config-vms.h

CLEANFILES = $(DSP) $(VCPROJ)

+0 −0

File moved.

+0 −1
Original line number Diff line number Diff line
EXTRA_DIST = build_vms.com \
 config-vms.h \
 curlmsg.h \
 curlmsg.msg \
 curlmsg.sdl \
+1 −1
Original line number Diff line number Diff line
@@ -426,7 +426,7 @@ $ define curl 'top_dev_dir'.include.curl]
$!
$! Copy the VMS-specific config file into the product directory.
$!
$ call MoveIfDiff 'proc_dev_dir'config-vms.h 'objdir'curl_config.h
$ call MoveIfDiff 'top_dev_dir'.lib]config-vms.h 'objdir'curl_config.h
$!
$ on control_y then goto Common_Exit
$!