mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5.1
This commit is contained in:
@ -118,11 +118,21 @@ ProjDir=.
|
||||
InputPath=.\sdbapi.h
|
||||
|
||||
"$(OutDir)\sdbapi.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
cl /nologo /c /TC /DSDBAPI_IMPLIB /Fo$(OutDir)\sdbapi.obj "$(ProjDir)\sdbapi.h"
|
||||
link /DLL /NOENTRY /NOLOGO /IGNORE:4070 /MACHINE:IX86 /DEF:"$(ProjDir)\sdbapi.def" /OUT:$(OutDir)\sdbapi.dll /IMPLIB:$(OutDir)\sdbapi.lib $(OutDir)\sdbapi.obj
|
||||
del $(OutDir)\sdbapi.exp
|
||||
del $(OutDir)\sdbapi.obj
|
||||
del $(OutDir)\sdbapi.dll
|
||||
echo /nologo /c /TC /DSDBAPI_IMPLIB >"%TEMP%\resp1455.tmp"
|
||||
echo /Fo"$(OutDir)\sdbapi.obj" >>"%TEMP%\resp1455.tmp"
|
||||
echo "$(ProjDir)\sdbapi.h" >>"%TEMP%\resp1455.tmp"
|
||||
cl @"%TEMP%\resp1455.tmp"
|
||||
del "%TEMP%\resp1455.tmp" >NUL
|
||||
echo /DLL /NOENTRY /NOLOGO /IGNORE:4070 /MACHINE:IX86 >"%TEMP%\resp1456.tmp"
|
||||
echo /DEF:"$(ProjDir)\sdbapi.def" >>"%TEMP%\resp1456.tmp"
|
||||
echo /OUT:"$(OutDir)\sdbapi.dll" >>"%TEMP%\resp1456.tmp"
|
||||
echo /IMPLIB:"$(OutDir)\sdbapi.lib" >>"%TEMP%\resp1456.tmp"
|
||||
echo "$(OutDir)\sdbapi.obj" >>"%TEMP%\resp1456.tmp"
|
||||
link @"%TEMP%\resp1456.tmp"
|
||||
del "%TEMP%\resp1456.tmp" >NUL
|
||||
del "$(OutDir)\sdbapi.exp" >NUL
|
||||
del "$(OutDir)\sdbapi.obj" >NUL
|
||||
del "$(OutDir)\sdbapi.dll" >NUL
|
||||
|
||||
# End Custom Build
|
||||
|
||||
@ -135,11 +145,21 @@ ProjDir=.
|
||||
InputPath=.\sdbapi.h
|
||||
|
||||
"$(OutDir)\sdbapi.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
cl /nologo /c /TC /DSDBAPI_IMPLIB /Fo$(OutDir)\sdbapi.obj "$(ProjDir)\sdbapi.h"
|
||||
link /DLL /NOENTRY /NOLOGO /IGNORE:4070 /MACHINE:IX86 /DEF:"$(ProjDir)\sdbapi.def" /OUT:$(OutDir)\sdbapi.dll /IMPLIB:$(OutDir)\sdbapi.lib $(OutDir)\sdbapi.obj
|
||||
del $(OutDir)\sdbapi.exp
|
||||
del $(OutDir)\sdbapi.obj
|
||||
del $(OutDir)\sdbapi.dll
|
||||
echo /nologo /c /TC /DSDBAPI_IMPLIB >"%TEMP%\resp1455.tmp"
|
||||
echo /Fo"$(OutDir)\sdbapi.obj" >>"%TEMP%\resp1455.tmp"
|
||||
echo "$(ProjDir)\sdbapi.h" >>"%TEMP%\resp1455.tmp"
|
||||
cl @"%TEMP%\resp1455.tmp"
|
||||
del "%TEMP%\resp1455.tmp" >NUL
|
||||
echo /DLL /NOENTRY /NOLOGO /IGNORE:4070 /MACHINE:IX86 >"%TEMP%\resp1456.tmp"
|
||||
echo /DEF:"$(ProjDir)\sdbapi.def" >>"%TEMP%\resp1456.tmp"
|
||||
echo /OUT:"$(OutDir)\sdbapi.dll" >>"%TEMP%\resp1456.tmp"
|
||||
echo /IMPLIB:"$(OutDir)\sdbapi.lib" >>"%TEMP%\resp1456.tmp"
|
||||
echo "$(OutDir)\sdbapi.obj" >>"%TEMP%\resp1456.tmp"
|
||||
link @"%TEMP%\resp1456.tmp"
|
||||
del "%TEMP%\resp1456.tmp" >NUL
|
||||
del "$(OutDir)\sdbapi.exp" >NUL
|
||||
del "$(OutDir)\sdbapi.obj" >NUL
|
||||
del "$(OutDir)\sdbapi.dll" >NUL
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
Binary file not shown.
@ -23,16 +23,31 @@ AppName=Google Earth 5.1
|
||||
ProductCode={B59EF430-4849-11DF-B1EC-005056806466}
|
||||
Transform=gearth.mst
|
||||
|
||||
[gearth51-1]
|
||||
AppName=Google Earth 5.1.7894.7252
|
||||
ProductCode={C084BC61-E537-11DE-8616-005056806466}
|
||||
Transform=gearth.mst
|
||||
|
||||
[gearth52]
|
||||
AppName=Google Earth 5.2
|
||||
ProductCode={2EAF7E61-068E-11DF-953C-005056806466}
|
||||
Transform=gearth.mst
|
||||
|
||||
[gearth6]
|
||||
[gearth52-1]
|
||||
AppName=Google Earth 5.2.1.1588
|
||||
ProductCode={4286E640-B5FB-11DF-AC4B-005056C00008}
|
||||
Transform=gearth.mst
|
||||
|
||||
[gearth6b]
|
||||
AppName=Google Earth 6 beta
|
||||
ProductCode={6DB7AD00-F781-11DF-9EEF-001279CD8240}
|
||||
Transform=gearth.mst
|
||||
|
||||
[gearth6]
|
||||
AppName=Google Earth 6.0.2.2074
|
||||
ProductCode={BE06114F-559D-11E0-B5A1-001D0926B1BF}
|
||||
Transform=gearth.mst
|
||||
|
||||
[acroread7]
|
||||
AppName=Acrobat Reader 7
|
||||
ProductCode={AC76BA86-7AD7-1033-7B44-A70900000002}
|
||||
|
Reference in New Issue
Block a user