Fossil SCM

Make sure the 'fossil.exe' target is honored when using the MSVC makefile.

mistachkin 2020-06-08 22:08 trunk
Commit c89a5a3ad2f009a5aaf9873ae34257f2c8b383e12fcbf5a1c4fa08b54253be47
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -1826,10 +1826,14 @@
18261826
APPMANIFEST = $(APPNAME).manifest
18271827
APPTARGETS =
18281828
18291829
all: "$(OX)" "$(APPNAME)"
18301830
1831
+$(BASEAPPNAME): "$(APPNAME)"
1832
+
1833
+$(BASEAPPNAME)$(E): "$(APPNAME)"
1834
+
18311835
install: "$(APPNAME)"
18321836
echo F | xcopy /Y "$(APPNAME)" "$(INSTALLDIR)"\*
18331837
!if $(DEBUG)!=0
18341838
echo F | xcopy /Y "$(PDBNAME)" "$(INSTALLDIR)"\*
18351839
!endif
18361840
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -1826,10 +1826,14 @@
1826 APPMANIFEST = $(APPNAME).manifest
1827 APPTARGETS =
1828
1829 all: "$(OX)" "$(APPNAME)"
1830
 
 
 
 
1831 install: "$(APPNAME)"
1832 echo F | xcopy /Y "$(APPNAME)" "$(INSTALLDIR)"\*
1833 !if $(DEBUG)!=0
1834 echo F | xcopy /Y "$(PDBNAME)" "$(INSTALLDIR)"\*
1835 !endif
1836
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -1826,10 +1826,14 @@
1826 APPMANIFEST = $(APPNAME).manifest
1827 APPTARGETS =
1828
1829 all: "$(OX)" "$(APPNAME)"
1830
1831 $(BASEAPPNAME): "$(APPNAME)"
1832
1833 $(BASEAPPNAME)$(E): "$(APPNAME)"
1834
1835 install: "$(APPNAME)"
1836 echo F | xcopy /Y "$(APPNAME)" "$(INSTALLDIR)"\*
1837 !if $(DEBUG)!=0
1838 echo F | xcopy /Y "$(PDBNAME)" "$(INSTALLDIR)"\*
1839 !endif
1840
--- win/Makefile.msc
+++ win/Makefile.msc
@@ -762,10 +762,14 @@
762762
APPMANIFEST = $(APPNAME).manifest
763763
APPTARGETS =
764764
765765
all: "$(OX)" "$(APPNAME)"
766766
767
+$(BASEAPPNAME): "$(APPNAME)"
768
+
769
+$(BASEAPPNAME)$(E): "$(APPNAME)"
770
+
767771
install: "$(APPNAME)"
768772
echo F | xcopy /Y "$(APPNAME)" "$(INSTALLDIR)"\*
769773
!if $(DEBUG)!=0
770774
echo F | xcopy /Y "$(PDBNAME)" "$(INSTALLDIR)"\*
771775
!endif
772776
--- win/Makefile.msc
+++ win/Makefile.msc
@@ -762,10 +762,14 @@
762 APPMANIFEST = $(APPNAME).manifest
763 APPTARGETS =
764
765 all: "$(OX)" "$(APPNAME)"
766
 
 
 
 
767 install: "$(APPNAME)"
768 echo F | xcopy /Y "$(APPNAME)" "$(INSTALLDIR)"\*
769 !if $(DEBUG)!=0
770 echo F | xcopy /Y "$(PDBNAME)" "$(INSTALLDIR)"\*
771 !endif
772
--- win/Makefile.msc
+++ win/Makefile.msc
@@ -762,10 +762,14 @@
762 APPMANIFEST = $(APPNAME).manifest
763 APPTARGETS =
764
765 all: "$(OX)" "$(APPNAME)"
766
767 $(BASEAPPNAME): "$(APPNAME)"
768
769 $(BASEAPPNAME)$(E): "$(APPNAME)"
770
771 install: "$(APPNAME)"
772 echo F | xcopy /Y "$(APPNAME)" "$(INSTALLDIR)"\*
773 !if $(DEBUG)!=0
774 echo F | xcopy /Y "$(PDBNAME)" "$(INSTALLDIR)"\*
775 !endif
776

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button