Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rm -rf C_Source/obj PK7_Source/acs
- gdcc-makelib --bc-target=ZDoom -c -o C_Source/obj/lib/libc.ir libc
- gdcc-makelib --bc-target=ZDoom -c -o C_Source/obj/lib/libGDCC.ir libGDCC
- gdcc-cc --bc-target=ZDoom -DDEBUG -iC_Source/inc -iC_Source/src -c C_Source/src/commonFuncs.c -o C_Source/obj/commonFuncs.ir
- gdcc-cc --bc-target=ZDoom -DDEBUG -iC_Source/inc -iC_Source/src -c C_Source/src/main.c -o C_Source/obj/main.ir
- gdcc-cc --bc-target=ZDoom -DDEBUG -iC_Source/inc -iC_Source/src -c C_Source/src/misc.c -o C_Source/obj/misc.ir
- gdcc-cc --bc-target=ZDoom -DDEBUG -iC_Source/inc -iC_Source/src -c C_Source/src/util_math.c -o C_Source/obj/util_math.ir
- gdcc-cc --bc-target=ZDoom -DDEBUG -iC_Source/inc -iC_Source/src -c C_Source/src/weapon_stuff.c -o C_Source/obj/weapon_stuff.ir
- gdcc-ld --bc-target=ZDoom C_Source/obj/lib/libc.ir C_Source/obj/lib/libGDCC.ir C_Source/obj/commonFuncs.ir C_Source/obj/main.ir C_Source/obj/misc.ir C_Source/obj/util_math.ir C_Source/obj/weapon_stuff.ir -o PK7_Source/acs/VDOOM.bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement