mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
SDL windows: move SDL_main sources into their own directory
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1455 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
586447e449
commit
01b01c0a13
5 changed files with 4 additions and 4 deletions
|
@ -124,10 +124,10 @@ all: quakespasm.exe
|
|||
|
||||
.c.obj:
|
||||
wcc386 $(INCLUDES) $(CFLAGS) $(SDL_CFLAGS) -fo=$^@ $<
|
||||
SDL_win32_main.obj: ../Windows/SDL/SDL_win32_main.c
|
||||
SDL_win32_main.obj: ../Windows/SDL/main/SDL_win32_main.c
|
||||
wcc386 $(CFLAGS_BASE) $(SDL_CFLAGS) -fo=$^@ $<
|
||||
SDL_windows_main.obj: ../Windows/SDL2/watcom/SDL_windows_main.c
|
||||
wcc386 $(CFLAGS_BASE) $(SDL_CFLAGS) -I../Windows/SDL2/watcom -fo=$^@ $<
|
||||
SDL_windows_main.obj: ../Windows/SDL2/main/SDL_windows_main.c
|
||||
wcc386 $(CFLAGS_BASE) $(SDL_CFLAGS) -I../Windows/SDL2/main -fo=$^@ $<
|
||||
quakespasm.res: ../Windows/QuakeSpasm.rc
|
||||
wrc -q -r -bt=nt -I../Windows -fo=$^@ $<
|
||||
|
||||
|
|
|
@ -630,7 +630,7 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\SDL\SDL_win32_main.c"
|
||||
RelativePath="..\SDL\main\SDL_win32_main.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
|
Loading…
Reference in a new issue