If FL/abi-version.h doesn't exist, it's created from abi-version.ide

(STR#3249)



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11041 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2016-01-24 01:35:22 +00:00
parent 88b8887842
commit a50000484d

View File

@ -83,6 +83,35 @@ LIB32=link.exe -lib
# Name "fltk - Win32 Debug"
# Begin Source File
SOURCE="..\..\FL\abi-version.h"
!IF "$(CFG)" == "fltk - Win32 Release"
USERDEP__ABI_V="..\..\abi-version.ide"
# Begin Custom Build - Creating FL\abi-version.h from abi-version.ide
InputPath=.\FL\abi-version.h
"..\..\FL\abi-version.h" : "..\..\abi-version.ide"
copy /Y ..\..\abi-version.ide ..\..\FL\abi-version.h
# End Custom Build
!ELSEIF "$(CFG)" == "fltk - Win32 Debug"
USERDEP__ABI_V="..\..\abi-version.ide"
# Begin Custom Build - Creating FL\abi-version.h from abi-version.ide
InputPath=..\..\FL\abi-version.h
"..\..\FL\abi-version.h" : "..\..\abi-version.ide"
copy /Y ..\..\abi-version.ide ..\..\FL\abi-version.h
# End Custom Build
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\..\src\xutf8\case.c
# End Source File
# Begin Source File