Added MSVC projects for hc08 assembler and linker
[fw/sdcc] / config.dsp
index 3a3fc230fc0ce99b16cd8e1f1ba0612bf9457280..0784e37466801d6d7740c6d5a8376ed5107c8107 100644 (file)
@@ -65,11 +65,13 @@ SOURCE=.\sdcc_vc_in.h
 
 !IF  "$(CFG)" == "config - Win32 Release"
 
+USERDEP__SDCC_=".version"      
 # Begin Custom Build
 InputPath=.\sdcc_vc_in.h
 
 "sdcc_vc.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
        gawk -f configure_vc.awk sdcc_vc_in.h > sdcc_vc.h
+
 # End Custom Build
 
 !ELSEIF  "$(CFG)" == "config - Win32 Debug"
@@ -79,6 +81,7 @@ InputPath=.\sdcc_vc_in.h
 
 "sdcc_vc.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
        gawk -f configure_vc.awk sdcc_vc_in.h > sdcc_vc.h
+
 # End Custom Build
 
 !ENDIF