|
|
1.1 root 1: # Nmake macros for building Windows 32-Bit apps
2:
3: !include <ntwin32.mak>
4:
5:
1.1.1.2 ! root 6: all: Platform.exe
1.1 root 7:
8: # Update the resource if necessary
1.1.1.2 ! root 9: Platform.res: Platform.rc Platform.h
! 10: rc -r -fo Platform.tmp Platform.rc
! 11: cvtres -$(CPU) Platform.tmp -o Platform.res
! 12: del Platform.tmp
1.1 root 13:
14: # Update the object file if necessary
15:
1.1.1.2 ! root 16: Platform.obj: Platform.c Platform.h
! 17: $(cc) $(cdebug) $(cflags) $(cvars) Platform.c
1.1 root 18:
19: # Update the executable file if necessary, and if so, add the resource back in.
20:
1.1.1.2 ! root 21: Platform.exe: Platform.obj Platform.res Platform.def
! 22: $(link) $(linkdebug) $(guiflags) -out:Platform.exe Platform.obj Platform.res $(guilibs)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.