LINUXGAMES

DOOM 3 SDK Makefile

October 23rd, 2004 by Crusader

doom3linux pointed out this thread @ Doom 3 World, where an enterprising mod author has posted a Makefile that will allow the DOOM 3 SDK to compile on Linux with gcc. There’s still no Linux installer for the SDK (just the Win32 .exe), but this should allow teams to port their mods relatively painlessly until an official Linux SDK package is released.

One Response to “DOOM 3 SDK Makefile”

  1. ashridah Says:

    well, i tried their makefile, and i’m not sure what i’m missing but whenever i execute it:

    make: *** No rule to make target `/home/ashridah/sdk/game/AF.o’, needed by `gamex86.so’. Stop.

    now, this suggests that their rule for :
    .cpp.o:
    $(GCC) -c -D GAME_DLL $*.cpp -o $*.o

    has failed to kick in.

    (yes, I know makefiles have weird usages of tabs, I’ve got all that working.)

    anyone got any suggestions?

Leave a Reply

You must be logged in to post a comment.