forked from KolibriOS/kolibrios
Fix autobuild.
git-svn-id: svn://kolibrios.org@8724 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../.." or tup.getconfig("HELPERDIR")
|
||||
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||
ROOT = "../../../../.."
|
||||
tup.foreach_rule("*.asm", FASM .. " %f %o " .. tup.getconfig("PESTRIP_CMD") .. tup.getconfig("KPACK_CMD"), "%B")
|
||||
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||
tup.foreach_rule("*.asm", FASM .. " %f %o " .. PESTRIP_CMD .. tup.getconfig("KPACK_CMD"), "%B")
|
||||
|
||||
@@ -91,7 +91,7 @@ APP_STARTUP_THUNK:
|
||||
|
||||
|
||||
; WARNING! This code must be after app initialization thunk!
|
||||
include '../../dll.inc'
|
||||
include '../../../dll.inc'
|
||||
align 4
|
||||
;dd 0xdeadbeef
|
||||
dd APP_STARTUP_THUNK
|
||||
|
||||
Reference in New Issue
Block a user