jdk/make/common/Demo.gmk
changeset 14091 e5c8662f325d
parent 13678 5c8001201f98
child 14342 8435a30053c1
equal deleted inserted replaced
14066:cdaa6122185f 14091:e5c8662f325d
   290 	$(install-file)
   290 	$(install-file)
   291 endif
   291 endif
   292 
   292 
   293 ifeq ($(PLATFORM),windows)
   293 ifeq ($(PLATFORM),windows)
   294 # JDK name required here
   294 # JDK name required here
   295 RC_FLAGS += /D "JDK_FNAME=$(LIBRARY).dll" \
   295 RC_FLAGS += -D "JDK_FNAME=$(LIBRARY).dll" \
   296             /D "JDK_INTERNAL_NAME=$(LIBRARY)" \
   296             -D "JDK_INTERNAL_NAME=$(LIBRARY)" \
   297             /D "JDK_FTYPE=0x2L"
   297             -D "JDK_FTYPE=0x2L"
   298 endif
   298 endif
   299 
   299 
   300 # Native library building
   300 # Native library building
   301 ifdef DEMO_LIBRARY
   301 ifdef DEMO_LIBRARY
   302 
   302