Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
207 B

  1. #FUSION_PATH = $(BASEDIR)\base\win32\fusion
  2. TARGETTYPE=PROGRAM
  3. TARGETNAME=unique
  4. TARGETPATH=..\obj
  5. SOURCES=unique.c
  6. NO_BINPLACE=1
  7. UMENTRY=main
  8. UMTYPE=console
  9. USE_MSVCRT=1
  10. MSC_WARNING_LEVEL=-W4 -WX