Get_Async_Keys.mak
Upload User: dq031136
Upload Date: 2022-08-08
Package Size: 802k
Code Size: 1k
Development Platform:

C++ Builder

  1. # Nmake macros for building Windows 32-Bit apps
  2. all: Get_As~1.exe
  3. # Update the resource if necessary
  4. Get_As~1.res: Get_As~1.rc Get_As~1.h
  5.     rc -r -fo Get_As~1.res Get_As~1.rc
  6. # Update the object file if necessary
  7. Get_As~1.obj: Get_As~1.cpp Get_As~1.h
  8.     $(cc) $(cdebug) $(cflags) $(cvars) Get_As~1.cpp
  9. # Update the executable file if necessary, and if so, add the resource back in.
  10. Get_As~1.exe: Get_As~1.obj Get_As~1.res
  11.     $(link) $(linkdebug) $(guiflags) -out:Get_As~1.exe Get_As~1.obj Get_As~1.res $(guilibs) advapi.lib