-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild64.bat
More file actions
7 lines (6 loc) · 681 Bytes
/
build64.bat
File metadata and controls
7 lines (6 loc) · 681 Bytes
1
2
3
4
5
6
7
rc /fofix_scrollbug.res fix_scrollbug.rc
cl /nologo /MT /W4 /WX /Od /Idetours32 /c fix_scrollbug.cpp
cl /nologo /MT /W4 /WX /Idetours32 /LD /Od /Fefix_scrollbug64.dll fix_scrollbug.obj fix_scrollbug.res /link /release /incremental:no /profile /nodefaultlib:oldnames.lib /subsystem:console /export:DetourFinishHelperProcess,@1,NONAME detours64\detours.lib kernel32.lib user32.lib
rc /fodll_inject.res dll_inject.rc
cl /nologo /MT /W4 /WX /Od /Idetours32 /c dll_inject.cpp
cl /nologo /MT /W4 /WX /Od /Idetours32 /Fedll_inject64.exe dll_inject.obj dll_inject.res /link /release /incremental:no /profile /nodefaultlib:oldnames.lib /subsystem:console detours64\detours.lib kernel32.lib